forked from APIs-guru/openapi-directory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"dependencies": {
"api-spec-converter": "^2.6.0",
"bluebird": "^3.3.4",
"commander": "^2.8.1",
"concurrent-transform": "^1.0.0",
"deep-sort-object": "^1.0.1",
"deploy-to-gh-pages": "^1.2.0",
"editor": "^1.0.0",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-awspublish": "^3.2.0",
"gulp-rename": "^1.2.2",
"js-yaml": "^3.4.3",
"json-merge-patch": "^0.2.3",
"json-pointer": "^0.6.0",
"jsondiffpatch": "^0.1.33",
"jsonpath": "^0.2.0",
"lodash": "^4.6.1",
"makeRequest": "github:apis-guru/makeRequest",
"merge-stream": "^1.0.0",
"mime-db": "^1.19.0",
"mime-lookup": "0.0.2",
"mkdirp": "^0.5.1",
"mktemp": "^0.4.0",
"parse-domain": "^0.2.0",
"recursive-readdir": "^2.1.1",
"sanitize-filename": "^1.5.3",
"shelljs": "^0.7.0",
"swagger-methods": "^1.0.0",
"sway": "github:apigee-127/sway",
"urijs": "^1.16.1"
},
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/APIs-guru/openapi-directory.git"
},
"scripts": {
"test": "scripts/collection.js validate -q",
"deploy": "scripts/deploy.js && ./scripts/deploy_badges.js && gulp publish"
},
"devDependencies": {
"dredd": "^4.7.0"
}
}