forked from apigee-127/swagger-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.03 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "wb-swagger-tools",
"version": "0.10.1",
"description": "Various tools for using and integrating with Swagger.",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"author": {
"name": "Jeremy Whitlock",
"email": "jwhitlock@apache.org",
"url": "https://github.com/whitlockjc"
},
"bugs": {
"url": "https://github.com/apigee-127/swagger-tools/issues"
},
"homepage": "https://github.com/apigee-127/swagger-tools",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/apigee-127/swagger-tools.git"
},
"keywords": [
"api",
"connect",
"middleware",
"swagger"
],
"bin": {
"wb-swagger-tools": "./bin/wb-swagger-tools"
},
"files": [
"bin",
"index.js",
"LICENSE",
"lib",
"middleware",
"schemas"
],
"devDependencies": {
"browserify": "^13.0.0",
"connect": "^3.4.0",
"del": "^2.2.0",
"exposify": "^0.5.0",
"gulp": "^3.9.0",
"gulp-if": "^2.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^2.1.3",
"gulp-uglify": "^1.2.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.3",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^2.2.5",
"phantomjs-prebuilt": "^2.1.6",
"run-sequence": "^1.1.1",
"supertest": "^1.0.1",
"vinyl-browserify": "1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"async": "^1.3.0",
"body-parser": "1.12.4",
"commander": "^2.8.1",
"debug": "^2.2.0",
"js-yaml": "^3.3.1",
"json-refs": "^2.1.5",
"lodash-compat": "^3.10.0",
"multer": "^1.1.0",
"parseurl": "^1.3.0",
"path-to-regexp": "^1.2.0",
"qs": "^4.0.0",
"serve-static": "^1.10.0",
"spark-md5": "^1.0.0",
"string": "^3.3.0",
"superagent": "^1.2.0",
"swagger-converter": "^0.1.7",
"traverse": "^0.6.6",
"z-schema": "^3.15.4"
}
}