forked from APIDevTools/swagger-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
43 lines (43 loc) · 903 Bytes
/
bower.json
File metadata and controls
43 lines (43 loc) · 903 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
{
"name": "swagger-parser",
"version": "2.4.3",
"description": "Parses a JSON or YAML Swagger spec, validates it against the Swagger schema, and dereferences all $ref pointers",
"keywords": [
"json",
"swagger",
"spec",
"specification",
"schema",
"validate",
"validation",
"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": [
"**/*~",
"**/._*",
"**/.DS_Store",
"npm-debug.log",
".idea",
"node_modules",
"bower_components",
"tests",
"lib",
"/*.js",
"/.*"
],
"dependencies": {}
}