forked from locutusjs/locutus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 863 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
{
"name": "phpjs",
"version": "1.3.2",
"license": "MIT",
"description": "php.js offers community built php functions in javascript",
"homepage": "http://phpjs.org",
"author": "Kevin van Zonneveld <[email protected]>",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"cli": "^0.10.0",
"deep-equal": "^1.0.1",
"deep-equal-with-difflet": "^0.1.2",
"glob": "^5.0.14",
"js-beautify": "^1.5.10",
"jscs": "^2.1.1",
"mocha": "^2.3.2",
"npm-check-updates": "^2.2.3",
"send": "^0.13.0",
"underscore": "^1.8.3"
},
"keywords": [
"php",
"js",
"phpjs"
],
"bugs": {
"url": "https://github.com/kvz/phpjs/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/kvz/phpjs.git"
},
"readmeFilename": "README.md",
"scripts": {
"test": "make test"
}
}