-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 849 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
{
"name": "iron-mock",
"version": "1.2.5",
"description": "mock server",
"main": "app.js",
"keywords": [
"command-cli",
"mock server"
],
"bin": {
"iron-mock": "bin/iron-mock.js"
},
"repository": {
"type": "git",
"url": "[email protected]:luxiaojian/iron-mock.git"
},
"scripts": {
"postinstall": "chmod 777 ./lib/config.json"
},
"dependencies": {
"body-parser": "~1.13.1",
"commander": "^2.9.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.5",
"express": "~4.13.0",
"express-http-proxy": "^0.6.0",
"express-remove-route": "^0.1.1",
"express-session": "^1.11.3",
"morgan": "~1.6.1",
"nodemon": "^1.8.1",
"serve-favicon": "~2.3.0",
"superagent": "^1.7.2",
"vhost": "^3.0.2"
},
"author": "luxiaojian [email protected]",
"license": "MIT"
}