-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 951 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
{
"name": "yump-frontend-starter",
"version": "1.0.0",
"description": "starter frontend setup with - Gulp and Sass",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dean Wilson",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.17.5",
"cssnano": "^3.7.1",
"del": "^2.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^5.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-inject": "^4.2.0",
"gulp-nunjucks-render": "^2.2.1",
"gulp-path": "^3.0.3",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-debug": "^1.1.0",
"gulp-svgmin": "^1.2.4",
"gulp-svgstore": "^6.1.0",
"gulp-todo": "^5.0.0",
"gulp-uglify": "^2.0.0",
"node-normalize-scss": "^1.3.2",
"run-sequence": "^1.1.5",
"susy": "^2.2.5"
}
}