forked from APIDevTools/swagger-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
54 lines (54 loc) · 1.09 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
{
"name": "swagger-parser",
"description": "Swagger 2.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://jamesmessinger.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",
"/docs",
"/lib",
"/www",
"/dist/*.test.js",
"/tests",
"/karma.conf.js",
"/.*",
"/index.html",
"/package.json"
],
"dependencies": {},
"devDependencies": {
"ace-builds": "https://github.com/ajaxorg/ace-builds.git#~1.2.0",
"bootstrap-sass": "~3.3.5",
"jquery": "~2.1.4",
"chai": "*",
"mocha": "*",
"sinon-js": "*",
"superagent-dist": "*"
}
}