forked from APIDevTools/swagger-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
55 lines (55 loc) · 1.1 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "swagger-parser",
"description": "Swagger 2.0 and 3.0 parser and validator for Node and browsers",
"keywords": [
"swagger",
"json",
"yaml",
"parse",
"parser",
"validate",
"validator",
"validation",
"spec",
"specification",
"schema",
"reference",
"dereference"
],
"authors": [
{
"name": "James Messinger",
"homepage": "http://bigstickcarpet.com"
}
],
"license": "MIT",
"homepage": "https://github.com/BigstickCarpet/swagger-parser",
"main": "dist/swagger-parser.js",
"repository": {
"type": "git",
"url": "https://github.com/BigstickCarpet/swagger-parser.git"
},
"ignore": [
"/bower_components",
"/dist/*.test.js",
"/docs",
"/lib",
"/test",
"/www",
"/.*",
"/*.js",
"/*.json",
"/*.html",
"/*.txt",
"/*.yml"
],
"dependencies": {},
"devDependencies": {
"ace-builds": "https://github.com/ajaxorg/ace-builds.git#~1.2.0",
"bootstrap-sass": "~3.3.5",
"jquery": "~2.1.4",
"chai": "^4.1.2",
"mocha": "^3.0.0",
"superagent-dist": "^1.8.2"
}
}