forked from APIs-guru/openapi-directory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 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
{
"dependencies": {
"api-spec-converter": "^2.7.25",
"bluebird": "^3.5.3",
"commander": "^2.19.0",
"deep-sort-object": "^1.0.1",
"editor": "^1.0.0",
"glob": "^7.1.3",
"jgexml": "^0.3.9",
"jiff": "^0.7.3",
"js-yaml": "^3.12.1",
"json-merge-patch": "^0.2.3",
"json-pointer": "^0.6.0",
"json-refs": "git+https://github.com/whitlockjc/json-refs.git",
"jsondiffpatch": "^0.1.33",
"jsonpath": "^1.0.0",
"lodash": "^4.17.11",
"makeRequest": "github:apis-guru/makeRequest",
"mime-db": "^1.38.0",
"mime-lookup": "0.0.2",
"mkdirp": "^0.5.1",
"mktemp": "^0.4.0",
"opencollective": "^1.0.3",
"parse-domain": "^0.2.0",
"recursive-readdir": "^2.2.2",
"reftools": "^1.0.7",
"remove-markdown": "^0.2.2",
"sanitize-filename": "^1.5.3",
"shelljs": "^0.7.0",
"swagger-methods": "^1.0.8",
"sway": "^2.0.5",
"urijs": "^1.19.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/deployRss.js && ./scripts/deploy_badges.js",
"postinstall": "opencollective postinstall"
},
"devDependencies": {
"dredd": "^5.4.6"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/openapi-directory"
}
}