-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "supertest-test2doc",
"version": "0.1.1",
"description": "A supertest extension to make life easier with test2doc.js",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint",
"example": "mocha ./example/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stackia/supertest-test2doc.git"
},
"keywords": [
"test2doc",
"supertest",
"docs",
"api",
"test",
"documents"
],
"author": "Stackia <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stackia/supertest-test2doc/issues"
},
"homepage": "https://github.com/stackia/supertest-test2doc#readme",
"devDependencies": {
"eslint": "^3.17.0",
"eslint-config-standard": "^7.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"mocha": "^3.2.0",
"should": "^11.2.0",
"supertest": "^3.0.0",
"test2doc": "^0.3.3"
},
"dependencies": {
"methods": "^1.1.2"
},
"engines": {
"node": ">= 6.0.0"
}
}