-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "swagger-jsblade",
"version": "1.2.6",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lincolnlau/swagger-jsblade.git"
},
"author": "lincolnlau",
"license": "ISC",
"bugs": {
"url": "https://github.com/lincolnlau/swagger-jsblade/issues"
},
"homepage": "https://github.com/lincolnlau/swagger-jsblade#readme",
"dependencies": {
"api-cases-middleware": "^0.0.13",
"chokidar": "^1.7.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"debug": "^2.2.0",
"events": "^1.1.0",
"express": "^4.14.0",
"express-proxy-middleware": "^1.0.8",
"fs-extra": "^0.30.0",
"fs-finder": "^1.8.1",
"inquirer": "^1.0.2",
"juicer-express-adapter": "^0.1.10",
"lodash": "^4.13.1",
"node-find-files": "0.0.4",
"path": "^0.12.7",
"request-sync-win": "0.0.2",
"swagger-express-middleware-with-chance": "^1.1.3",
"swagger-mock-file-generator": "^1.1.1",
"swagger-mock-file-generator-by-cases": "^1.2.0"
},
"bin": {
"blade": "bin/blade.js"
}
}