-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1002 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1002 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
{
"name": "webpack-multipage-boilerplate",
"version": "1.0.0",
"description": "Screwin around..",
"repository": "https://github.com/zsitro/webpack-multipage-website-boilerplate",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gabor Zsoter <helo@zsitro.com> (zsitro)",
"license": "BSD-2-Clause",
"dependencies": {
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"expose-loader": "^0.7.1",
"files-exist": "^1.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cheerio": "^0.6.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-jade": "^1.1.0",
"gulp-prettify": "^0.4.0",
"gulp-ruby-sass": "^2.0.6",
"gulp-svgstore": "^6.0.0",
"gulp-connect": "^5.0.0",
"gulp-uglify": "^1.5.3",
"imagemin-jpegoptim": "^4.1.0",
"imagemin-optipng": "^4.3.0",
"imagemin-pngquant": "^4.2.2",
"svgo": "^0.6.3",
"webpack-stream": "^3.1.0"
}
}