-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 945 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
{
"name": "foundation-project-template",
"version": "1.0.2",
"description": "Simple boilerplate Gulp + Rigger + Sass + Foundation + BrowserSync",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"browser-sync": "^2.11.2",
"gulp": "^3.8.1",
"gulp-autoprefixer": "*",
"gulp-cssmin": "*",
"gulp-imagemin": "*",
"gulp-inject": "^3.0.0",
"gulp-pug": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-rigger": "*",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "*",
"gulp-svgmin": "^1.2.2",
"gulp-svgstore": "^5.0.5",
"gulp-uglify": "*",
"gulp-watch": "*",
"gulp.spritesmith": "^6.2.0",
"imagemin-pngquant": "*",
"rimraf": "*"
},
"devDependencies": {
"gulp-newer": "^1.3.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass-lint": "^1.2.0"
}
}