forked from swagger-api/swagger-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 648 Bytes
/
Copy pathbower.json
File metadata and controls
29 lines (29 loc) · 648 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
{
"name": "swagger-js",
"version": "2.1.23",
"main": "browser/swagger-client.js",
"ignore": [
"gulpfile.js",
"index.js",
"lib/",
"package.json",
"README.md",
"test/",
".*"
],
"description": "swagger-client is a javascript client for use with swaggering APIs.",
"authors": [ "Tony Tam <fehguy@gmail.com>", "jcscoobyrs@gmail.com" ],
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "git://github.com/swagger-api/swagger-js.git"
},
"homepage": "http://swagger.io",
"moduleType": [ "globals" ],
"keywords": [
"swagger",
"client",
"JavaScript",
"REST"
]
}