You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
554 B
JSON
27 lines
554 B
JSON
{
|
|
"name": "php-express",
|
|
"version": "0.0.3",
|
|
"description": "enable express server to exec php.",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"example": "example"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-release": "0.13.*",
|
|
"grunt": "~0.4.5"
|
|
},
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/fnobi/php-express.git"
|
|
},
|
|
"keywords": [
|
|
"php",
|
|
"express"
|
|
],
|
|
"author": "Fujisawa Shin",
|
|
"license": "BSD",
|
|
"readmeFilename": "README.md",
|
|
"gitHead": "e9c37ba107ca844fd26c6f03e0d30fd7638031aa"
|
|
}
|