-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 980 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": "scss-gulp-boilerplate",
"version": "1.0.0",
"description": "SCSS and Gulp boilerplate based on ITCSS methodology. ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefanivic/scss-gulp-boilerplate.git"
},
"keywords": [
"BEM",
"ITCSS",
"SCSS",
"Gulp",
"boilerplate"
],
"author": "Stefan Ivić",
"license": "MIT",
"bugs": {
"url": "https://github.com/stefanivic/scss-gulp-boilerplate/issues"
},
"homepage": "https://github.com/stefanivic/scss-gulp-boilerplate#readme",
"devDependencies": {
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.5",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.0.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-useref": "^3.1.0",
"run-sequence": "^1.2.2"
}
}