forked from signalfx/fetch-swagger-schema
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 852 Bytes
/
package.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
{
"name": "fetch-swagger-schema",
"version": "0.1.3",
"description": "Fetch a swagger schema from a given api-docs endpoint",
"keywords": [],
"main": "./lib/fetch.js",
"bin": {
"fetch-swagger-schema": "./bin/fetch-swagger-schema.js"
},
"devDependencies": {},
"author": {
"name": "Ozan Turgut",
"email": "ozanturgut@gmail.com",
"url": "http://ozan.io"
},
"scripts": {},
"licenses": [
{
"type": "Apache License 2.0",
"url": "https://github.com/signalfx/fetch-swagger-schema/blob/master/LICENSE-APACHE2"
}
],
"repository": {
"type": "git",
"url": "git://github.com/signalfx/fetch-swagger-schema.git"
},
"bugs": {
"url": "https://github.com/signalfx/fetch-swagger-schema/issues"
},
"homepage": "https://github.com/signalfx/fetch-swagger-schema",
"dependencies": {
}
}