forked from APIs-guru/openapi-directory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 983 Bytes
/
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
{
"dependencies": {
"api-spec-converter": "git://github.com/APIs-guru/api-spec-converter",
"async": "^1.2.1",
"bluebird": "^3.3.4",
"commander": "^2.8.1",
"deep-sort-object": "^1.0.1",
"deploy-to-gh-pages": "^1.0.0",
"editor": "^1.0.0",
"glob": "^7.0.3",
"jade": "^1.11.0",
"js-yaml": "^3.4.3",
"json-merge-patch": "^0.2.3",
"json-pointer": "^0.5.0",
"jsondiffpatch": "^0.1.33",
"jsonpath": "^0.2.0",
"lodash": "^4.6.1",
"makeRequest": "github:apis-guru/makeRequest",
"mime-db": "^1.19.0",
"mime-lookup": "0.0.2",
"mkdirp": "^0.5.1",
"mktemp": "sasaplus1/mktemp",
"parse-domain": "^0.2.0",
"swagger-methods": "^1.0.0",
"urijs": "^1.16.1"
},
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/APIs-guru/api-models.git"
},
"scripts": {
"test": "scripts/collection.js validate",
"deploy": "scripts/deploy.sh && deploy-to-gh-pages deploy"
}
}