-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.16 KB
/
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
42
43
44
45
46
47
48
49
50
51
{
"version": "5.2.0",
"name": "phpify",
"description": "Compiles PHP modules for the browser with Uniter",
"keywords": [
"php",
"browser",
"client-side",
"uniter",
"transform"
],
"homepage": "https://github.com/uniter/phpify",
"author": "Dan Phillimore <dan@ovms.co> (https://github.com/asmblah)",
"repository": {
"type": "git",
"url": "https://github.com/uniter/phpify"
},
"bugs": {
"email": "dan@ovms.co",
"url": "https://github.com/uniter/phpify/issues"
},
"main": "index",
"scripts": {
"jshint": "jshint .",
"mocha": "mocha -r test/harness --recursive test/",
"test": "npm run jshint && npm run mocha"
},
"dependencies": {
"globby": "^11.0.2",
"lie": "^3.3.0",
"microdash": "^1.4.2",
"nowdoc": "~1.0",
"phpconfig": "^1.0.3",
"phpruntime": "^9.0.1",
"phptoast": "^9.1.1",
"phptojs": "^10.0.1",
"require-resolve": "0.0.2"
},
"devDependencies": {
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"jshint": "^2.13.6",
"mocha": "^10.2.0",
"sinon": "^15.0.1",
"sinon-chai": "^3.7.0"
},
"engines": {
"node": ">=0.6"
},
"license": "MIT"
}