-
Notifications
You must be signed in to change notification settings - Fork 115
/
package.json
43 lines (43 loc) · 992 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
42
43
{
"name": "php.js",
"description": "PHP to JavaScript converter and VM written in JavaScript",
"version": "0.1.0",
"homepage": "http://phpjs.hertzen.com/",
"author": {
"name": "Niklas von Hertzen",
"email": "[email protected]",
"url": "http://hertzen.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/niklasvh/php.js.git"
},
"bugs": {
"url": "https://github.com/niklasvh/php.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://phpjs.hertzen.com//blob/master/LICENSE-MIT"
}
],
"main": "lib/php",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt"
},
"devDependencies": {
"expect.js": "^0.3.1",
"express": "^4.8.5",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-express-server": "^0.4.19",
"grunt-mocha": "^0.4.11",
"mocha": "^1.21.4"
},
"keywords": []
}