forked from Smartling/api-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 913 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
{
"name": "smartling-openapi-spec",
"version": "0.0.1",
"dependencies": {
"@stoplight/json-ref-resolver": "^3.1.3",
"@stoplight/path": "^1.3.2",
"bower": "^1.8.8",
"connect": "^3.7.0",
"cors": "^2.8.5",
"deploy-to-gh-pages": "^1.3.7",
"gulp": "^4.0.2",
"gulp-connect": "^5.7.0",
"ansi-colors": "^4.1.1",
"fancy-log": "^2.0.0",
"js-yaml": "^4.1.0",
"portfinder": "^1.0.28",
"resolve-swagger-refs": "^0.1.5",
"shelljs": "^0.8.5",
"swagger-repo": "^2.0.0-rc.15",
"swagger-ui": "^4.18.1"
},
"private": true,
"scripts": {
"deploy": "npm run build && deploy-to-gh-pages --update web_deploy",
"build": "node ./scripts/build.js",
"swagger": "swagger-repo",
"test": "swagger-repo validate",
"start": "gulp serve",
"process-yaml": "node ./spec/process-yaml.js",
"deploy-branch": "node ./scripts/deploy-branch.js"
}
}