forked from vvpvvp/umock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 888 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 888 Bytes
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
40
41
42
{
"name": "umock",
"version": "2.1.1",
"description": "服务器端的Mock",
"bin": {
"umock": "bin/umock"
},
"main": "index.js",
"scripts": {
"start": "bash ./bin/umock"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vvpvvp/UMock.git"
},
"keywords": [
"mock",
"server",
"mock server"
],
"author": "alias",
"license": "The MIT License",
"_npmUser": {
"name": "vvpvvp",
"email": "[email protected]"
},
"dependencies": {
"body-parser": "^1.15.0",
"cookie-parser": "~1.3.5",
"express": "~4.13.1",
"http-proxy": "^1.11.1",
"mongoose": "^4.3.7",
"morgan": "~1.6.1",
"optimist": "^0.6.1",
"pouchdb": "^5.2.1",
"serve-favicon": "~2.3.0"
},
"bugs": {
"url": "https://github.com/vvpvvp/UMock/issues"
},
"homepage": "https://github.com/vvpvvp/UMock#readme"
}