-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 986 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 986 Bytes
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
{
"name": "gateway_api_docs",
"version": "2.0.0",
"packageManager": "yarn@4.12.0",
"description": "",
"browsersList": [
"last 2 versions"
],
"dependencies": {
"gulp": "^5.0.1",
"gulp-awspublish": "^9.0.0"
},
"devDependencies": {
"child_process": "^1.0.2",
"concurrent-transform": "^1.0.0",
"gulp-cloudfront-invalidate": "^0.1.5",
"minimist": "^1.2.0"
},
"scripts": {
"serve": "gulp build && hugo server --source=website/ --bind=0.0.0.0",
"build": "gulp build",
"deploy:production": "gulp deploy --env production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clearhaus/gateway-api-docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/clearhaus/gateway-api-docs/issues"
},
"homepage": "https://github.com/clearhaus/gateway-api-docs/#readme",
"resolutions": {
"fast-xml-parser": "^5.5.9",
"minimatch": "^10.2.4",
"tar": "^7.5.10"
}
}