forked from apigee-127/swagger-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
45 lines (45 loc) · 918 Bytes
/
Copy pathbower.json
File metadata and controls
45 lines (45 loc) · 918 Bytes
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": "swagger-tools",
"main": "browser/swagger-tools.js",
"version": "0.8.0",
"homepage": "https://github.com/apigee-127/swagger-tools",
"authors": [
"Jeremy Whitlock <jwhitlock@apache.org>"
],
"description": "Various tools for using and integrating with Swagger.",
"keywords": [
"browser",
"swagger"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bin",
"bower_components",
"browser/*-standalone*.js",
"docs",
"examples",
"gulpfile.js",
"index.js",
"lib",
"middleware",
"package.json",
"samples",
"schemas",
"test"
],
"dependencies": {
"async": "~0.9.0",
"json-refs": "~0.1.4",
"lodash": "~2.4.1",
"spark-md5": "~0.0.5",
"swagger-converter": "~0.1.0",
"traverse": "~0.6.6",
"z-schema": "~3.2.0"
},
"devDependencies": {
"mocha": "~2.0.1",
"should": "~4.4.1"
}
}