-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
35 lines (35 loc) · 900 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
{
"name": "express-mockjs",
"version": "0.4.9",
"description": "express mockjs",
"main": "index.js",
"scripts": {
"test": "mocha --check-leaks --reporter spec --bail",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/52cik/express-mockjs.git"
},
"keywords": [
"express",
"mockjs",
"express-mockjs"
],
"author": "楼教主 <[email protected]> (http://www.52cik.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/52cik/express-mockjs/issues"
},
"homepage": "https://github.com/52cik/express-mockjs#readme",
"dependencies": {
"mockjs-lite": "^0.3.2",
"node-walkdir": "^0.1.0"
},
"devDependencies": {
"express": "^4.14.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.0",
"supertest": "^2.0.0"
}
}