forked from apigee-127/swagger-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 908 Bytes
/
bower.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-tools",
"main": "browser/swagger-tools.js",
"version": "0.10.3",
"homepage": "https://github.com/apigee-127/swagger-tools",
"authors": [
"Jeremy Whitlock <[email protected]>"
],
"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": "~2.5.0",
"js-yaml": "~3.10.0",
"json-refs": "~3.0.1",
"lodash": "^4.17.4",
"spark-md5": "~3.0.0",
"swagger-converter": "~0.1.7",
"traverse": "^0.6.7",
"visionmedia-debug": "~3.1.0",
"z-schema": "~3.18.4"
}
}