forked from LucyBot-Inc/api-spec-converter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 765 Bytes
/
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
{
"name": "api-spec-converter",
"description": "Convert between API description formats such as Swagger and RAML",
"main": "dist/api-spec-converter.js",
"authors": [
"Bobby Brennan <bobby@lucybot.com> (https://lucybot.com)",
"Ivan Goncharov <ivan.goncharov.ua@gmail.com> (http://apis.guru)"
],
"license": "MIT",
"keywords": [
"API",
"REST",
"Restful",
"convert",
"converter",
"Swagger",
"RAML",
"Blueprint",
"GoogleDiscovery",
"WADL",
"I/O Docs"
],
"homepage": "https://github.com/lucybot/api-spec-converter",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"bin",
"lib",
"node_modules",
"bower_components",
"test",
"package.json",
"karma.conf.js"
]
}