forked from Mermade/check_api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.01 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
{
"name": "check_api",
"version": "1.1.3",
"main": "index.js",
"description": "API definition validator (OpenApi/Swagger,RAML,API-Blueprint etc)",
"bin": {
"check_api": "./check_api.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mike Ralphson",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/Mermade/check_api.git"
},
"keywords": [
"swagger",
"openapi",
"openapi3",
"raml",
"api",
"wadl",
"api-blueprint",
"validation"
],
"bugs": {
"url": "https://github.com/Mermade/check_api/issues"
},
"dependencies": {
"ajv": "^4.11.5",
"apib2swagger": "^0.9.0",
"asyncapi": "^1.0.0-rc2",
"co": "^4.6.0",
"drafter.js": "^2.6.5",
"js-yaml": "latest",
"node-fetch": "^1.6.3",
"raml-1-parser": "^1.1.18",
"swagger-parser": "^3.4.1",
"swagger-schema-official": "1.2.0",
"swagger-tools": "^0.10.1",
"swagger2openapi": "^2.5.0"
}
}