forked from locutusjs/locutus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 853 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.11.0",
"deep-equal": "1.0.1",
"deep-equal-with-difflet": "0.1.2",
"glob": "5.0.15",
"js-beautify": "1.5.10",
"jscs": "2.6.0",
"mocha": "2.3.3",
"npm-check-updates": "2.2.4",
"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"
}
}