-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.58 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.58 KB
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
{
"name": "Direct-Freight-openapi-spec",
"version": "0.0.1",
"dependencies": {
"bower": "^1.7.7",
"connect": "^3.6.5",
"cors": "^2.8.5",
"deploy-to-gh-pages": "^1.3.7",
"express": "^4.17.2",
"gulp": "^4.0.2",
"gulp-connect": "^5.7.0",
"gulp-util": "^3.0.7",
"http-server": "^14.1.1",
"httpsnippet": "^1.16.5",
"js-yaml": "^3.14.1",
"json-pointer": "^0.6.2",
"jsonpath": "^1.1.1",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"portfinder": "^1.0.13",
"print-object": "^1.1.3",
"require-dir": "^1.2.0",
"shelljs": "^0.8.5",
"sleep": "^5.1.1",
"stringify-object": "^3.3.0",
"swagger-snippet": "^0.5.1",
"swagger-ui": "^4.17.0",
"swaggerui-snippets": "^1.0.1",
"sway": "^2.0.6",
"tape": "^4.8.0"
},
"private": true,
"scripts": {
"deploy": "npm run build && deploy-to-gh-pages --update web_deploy",
"build": "node ./scripts/build.js",
"generate-code-samples": "node ./scripts/generate-code-samples.js",
"hide-items": "node ./scripts/hide-items.js",
"swagger": "node scripts/swagger-repo2/bin/swagger-repo.js",
"test": "npm run swagger validate",
"start": "gulp serve",
"deploy-branch": "node ./scripts/deploy-branch.js",
"swagger2repo": "npm run swagger sync-with-swagger",
"restlet2repo": "node ./scripts/fix-restlet.js restlet_studio/swagger.yaml && npm run swagger sync-with-swagger restlet_studio/swagger.yaml-modified && git status",
"repo2swagger": "npm run swagger bundle -y -o web_deploy/swagger.yaml && npm run swagger bundle -o web_deploy/swagger.json"
}
}