forked from sensu/sensu-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 902 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
37
38
{
"name": "sensu-docs",
"version": "1.0.0",
"postinstall": "./node_modules/.bin/grunt lunr-index",
"repository": "[email protected]:sensu/sensu-docs.git",
"author": "Melissa P <[email protected]>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.6.0",
"conzole": "^0.2.0",
"cssnano": "^4.1.10",
"grunt": "^1.0.4",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.0.2",
"node-sass": "^4.12.0",
"toml": "^3.0.0",
"yaml": "^0.3.0"
},
"scripts": {
"build-offline": "grunt build-offline",
"postinstall": "grunt",
"server": "grunt server",
"hugo-version": "grunt hugo-version",
"test": "bin/test"
},
"dependencies": {
"grunt-env": "^1.0.1",
"hugo-cli": "^0.10.0"
},
"engines": {
"node": ">= 8"
},
"browserslist": [
"defaults"
]
}