forked from minamarkham/sassy-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.5 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
55
56
57
58
59
60
61
{
"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": "Tidusvn05",
"url": "https://github.com/tidusvn05"
},
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/minamarkham/sassy-starter.git"
},
"homepage": "https://github.com/tidusvn05/sassy-starter",
"keywords": [
"sass",
"scss",
"doc",
"boilerplate",
"starter",
"gulp",
"smacss"
],
"scripts": {
"dev": "gulp",
"build": "gulp build"
},
"bugs": {
"url": "https://github.com/tidusvn05/sassy-starter/issues"
},
"dependencies": {},
"devDependencies": {
"bootstrap": "^4.1.0",
"browser-sync": "^2.23.7",
"colors": "^1.2.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.4.3",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^4.0.1",
"gulp-sass-lint": "1.3.4",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-strip-comments": "^2.5.2",
"gulp-uglify": "^3.0.0",
"imagemin-pngquant": "^5.1.0",
"jshint": "^2.9.5",
"run-sequence": "^2.2.1",
"sassdoc": "^2.5.0",
"vinyl-paths": "^2.0.0"
}
}