forked from LucyBot-Inc/api-spec-converter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.87 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "api-spec-converter",
"version": "1.10.1",
"description": "Convert API descriptions between popular formats such as OpenAPI(fka Swagger), RAML, API Blueprint, WADL, etc.",
"main": "index.js",
"scripts": {
"browserify": "grunt browserify",
"test": "mocha && grunt test-browser",
"test-browser-sauce": "grunt test-browser-sauce"
},
"repository": {
"type": "git",
"url": "https://github.com/lucybot/api-spec-converter.git"
},
"keywords": [
"API",
"REST",
"Restful",
"convert",
"converter",
"OpenAPI",
"OpenAPI Specification",
"Swagger",
"RAML",
"Blueprint",
"API Blueprint",
"GoogleDiscovery",
"WADL",
"I/O Docs"
],
"contributors": [
"Bobby Brennan <[email protected]> (https://lucybot.com)",
"Ivan Goncharov <[email protected]> (http://apis.guru)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lucybot/api-spec-converter/issues"
},
"homepage": "https://github.com/lucybot/api-spec-converter",
"bin": {
"api-spec-converter": "./bin/api-spec-converter"
},
"dependencies": {
"apib2swagger": "^0.5.1",
"async": "^1.5.2",
"commander": "^2.9.0",
"deep-sort-object": "^1.0.1",
"drafter.js": "^2.0.0",
"google-discovery-to-swagger": "^1.1.0",
"js-yaml": "^3.5.2",
"lodash": "^4.3.0",
"raml-parser": "^0.8.15",
"raml-to-swagger": "github:apichangelog/raml-to-swagger",
"request": "^2.69.0",
"swagger-converter": "^1.2.0",
"sway": "^0.6.0",
"traverse": "^0.6.6",
"urijs": "^1.17.0",
"xml2js": "^0.4.16"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "^0.11.2",
"grunt-mocha-phantomjs": "^3.0.0",
"grunt-saucelabs": "^8.6.2",
"jquery": "^2.2.0",
"mocha": "^2.4.5"
}
}