forked from foru17/Yasuko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 905 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
{
"name": "Yasuko",
"version": "0.0.1",
"description": "A Ghost theme designed and developed by @foru17",
"author": "@foru17",
"homepage": "https://luolei.org",
"devDependencies": {
"chalk": "^1.1.1",
"dateformat": "^1.0.12",
"del": "^2.1.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^3.1.0",
"gulp-compass": "^2.0.3",
"gulp-concat": "^2.4.3",
"gulp-csscomb": "^3.0.6",
"gulp-ftp": "^1.1.0",
"gulp-image-resize": "^0.7.1",
"gulp-imagemin": "^2.1.0",
"jshint": "2.8.0",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.1.0",
"gulp-zip": "^3.0.2",
"gulp.spritesmith": "^6.0.0",
"imagemin-pngquant": "^4.0.0",
"jshint-stylish": "^2.1.0"
}
}