forked from minio/docs-vsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 888 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
{
"name": "docs-k8s",
"version": "1.0.0",
"description": "MinIO Docs for VMware Cloud Foundation",
"main": "index.rst",
"scripts": {
"watch": "gulp watch",
"build": "gulp",
"gulp": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/minio/docs.git"
},
"author": "MinIO, Inc.",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/minio/docs-k8s/issues"
},
"homepage": "https://github.com/minio/docs-k8s#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-connect": "^5.7.0",
"gulp-load-plugins": "^2.0.4",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-terser": "^2.0.1",
"node-sass": "^4.14.1"
},
"browserslist": [
"last 2 versions"
]
}