forked from minamarkham/sassy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.36 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "sassy-starter",
"title": "Sassy Starter",
"description": "A starter toolkit based on Scalable and Modular Architecture for CSS (SMACSS) for Sass (SCSS) projects",
"author": {
"name": "Mina Markham",
"url": "https://github.com/minamarkham"
},
"version": "2.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/minamarkham/sassy-starter.git"
},
"homepage": "https://minamarkham.github.io/sassy-starter/",
"keywords": [
"sass",
"scss",
"doc",
"boilerplate",
"starter",
"gulp",
"smacss"
],
"bugs": {
"url": "https://github.com/minamarkham/sassy-starter/issues"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.0.0-rc4",
"colors": "^1.1.2",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-clean-css": "^2.0.7",
"gulp-concat": "^2.4.3",
"gulp-gh-pages": "^0.4.0",
"gulp-htmlmin": "^2.0.0",
"gulp-imagemin": "^2.1.0",
"gulp-jshint": "^1.9.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.3.1",
"gulp-sass-lint": "1.0.1",
"gulp-size": "^1.2.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.0.2",
"imagemin-pngquant": "^4.0.0",
"run-sequence": "^1.1.4",
"sassdoc": "^2.1.15",
"vinyl-paths": "^2.0.0"
}
}