-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
56 lines (56 loc) · 1.19 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": "supersamples",
"version": "1.4.1",
"description": "Up-to-date documentation for your Node.js REST API",
"keywords": [
"api",
"express",
"restify",
"test",
"testing",
"documentation",
"docs",
"mocha",
"reporter",
"supertest",
"superagent"
],
"author": "Romain Prieto",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/rprieto/supersamples.git"
},
"main": "index.js",
"scripts": {
"start": "node example/index.js",
"test": "./node_modules/.bin/mocha 'test/**/*.spec.js'"
},
"dependencies": {
"async": "~0.9.0",
"cjson": "~0.3.0",
"deep": "0.0.2",
"fs-extra": "~0.10.0",
"glob": "^7.1.3",
"handlebars": "^4.0.12",
"highlight.js": "~8.1.0",
"http-status-codes": "~1.0.2",
"lodash": "^4.17.11",
"markit": "~0.1.0",
"moment": "^2.22.2",
"sinon": "~1.10.0",
"wrench": "~1.5.6"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"express": "^4.16.4",
"jsonschema": "^1.1.0",
"mocha": "^5.2.0",
"restify": "^7.2.1",
"should": "~4.0.4",
"supertest": "^3.3.0"
},
"peerDependencies": {
"supertest": ">1.0.0"
}
}