-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 742 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
{
"name": "jekyll_template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"bundle exec jekyll serve --livereload\" \"grunt\""
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.7.0",
"csswring": "^7.0.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-cwebp": "^3.0.3",
"grunt-newer": "^1.3.0",
"grunt-postcss": "^0.9.0",
"grunt-shell": "^4.0.0",
"grunt-terser": "^2.0.0"
}
}