-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
56 lines (56 loc) · 1.52 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "koa-mock",
"version": "2.0.0",
"description": "web page mock middleware",
"main": "index.js",
"files": [
"index.js",
"scene_toolbox.html"
],
"scripts": {
"test": "mocha --harmony --check-leaks -R spec -t 5000 test/*.test.js",
"test-cov": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
"lint": "eslint .",
"autod": "autod -w --prefix '~'",
"cnpm": "npm install --registry=https://registry.npm.taobao.org",
"contributors": "contributors -f plain -o AUTHORS"
},
"dependencies": {
"debug": "^3.1.0",
"urlmock": "^2.1.0"
},
"devDependencies": {
"autod": "*",
"contributors": "*",
"istanbul-harmony": "*",
"eslint": "^4.18.2",
"eslint-config-koa": "^2.0.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"koa": "^2.5.0",
"mocha": "*",
"nunjucks-no-chokidar": "^1.3.10",
"supertest": "^3.0.0"
},
"homepage": "https://github.com/koajs/mock",
"repository": {
"type": "git",
"url": "git://github.com/koajs/mock.git",
"web": "https://github.com/koajs/mock"
},
"bugs": {
"url": "https://github.com/koajs/mock/issues",
"email": "fengmk2@gmail.com"
},
"keywords": [
"koa-mock"
],
"engines": {
"node": ">= 8.0.0"
},
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.com)",
"license": "MIT"
}