-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 905 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "uniter-node",
"version": "0.0.3",
"description": "Require Uniter PHP in NodeJS.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ingwie Phoenix <ingwie2000@gmail.com>",
"license": "MIT",
"dependencies": {
"beautifier": "^0.1.7",
"microdash": "^1.3.0",
"phpcore": "^3.3.0",
"phpruntime": "^4.1.0",
"phptoast": "^2.2.0",
"phptojs": "^2.1.0"
},
"directories": {
"test": "test"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/uniter/uniter-node.git"
},
"keywords": [
"uniter",
"php",
"runtime",
"environment",
"transpiler",
"require",
"nodejs",
"extension"
],
"bugs": {
"url": "https://github.com/uniter/uniter-node/issues"
},
"homepage": "https://github.com/uniter/uniter-node#readme"
}