-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 855 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
{
"name": "node-express-php",
"version": "0.0.2",
"description": "php middleware for express operating as cgi script for fast php integration on development environments",
"main": "lib/index.js",
"scripts": {
"pretest": "cd example && npm install",
"test": "mocha test/app.js"
},
"repository": {
"type": "git",
"url": "git://github.com/HansHammel/node-express-php.git"
},
"author": {
"name": "Oliver Bleckmann",
"url": "https://github.com/HansHammel"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/HansHammel/node-express-php/issues"
},
"homepage": "https://github.com/HansHammel/node-express-php",
"dependencies": {
"querystring": "^0.2.0",
"sanitize-filename": "^1.5.3"
},
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.2.1",
"supertest": "^1.1.0"
}
}