-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1021 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
38
39
40
41
42
43
44
45
{
"name": "justreq",
"version": "1.0.1",
"description": "Never offline test api server & mock server",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vilien/justreq.git"
},
"author": "Vilien",
"license": "MIT",
"bugs": {
"url": "https://github.com/vilien/justreq/issues"
},
"homepage": "https://github.com/vilien/justreq#readme",
"keywords": [
"proxy",
"mock-server",
"cache",
"offline",
"http",
"https"
],
"scripts": {
"test": "mocha",
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha"
},
"dependencies": {
"colors": "^1.1.2",
"fecha": "^2.3.0",
"formidable": "^1.0.17"
},
"devDependencies": {
"chai": "^3.5.0",
"cz-conventional-changelog": "^2.0.0",
"istanbul": "^0.4.5",
"mitm": "^1.3.2",
"mocha": "^3.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}