phpjs
Version:
34 lines (33 loc) • 680 B
JSON
{
"name": "phpjs",
"version": "1.0.0",
"description": "php.js offers community built php functions in javascript",
"homepage": "http://phpjs.org",
"author": "Kevin van Zonneveld <kevin@vanzonneveld.net>",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"cli": "~0.4.4-2",
"glob": "~3.2.1",
"send": "~0.1.0",
"deep-equal": "~0.1.2"
},
"keywords": [
"cli",
"console",
"test",
"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"
}
}