-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.27 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
{
"name": "master-html",
"version": "1.0.0",
"description": "Master theme for HTML",
"main": "gulpfile.js",
"dependencies": {
"browserslist": "^1.3.6",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.3.0",
"gulp-connect": "^5.0.0",
"gulp-csslint": "^1.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-htmlhint": "^0.3.1",
"gulp-imagemin": "^3.0.3",
"gulp-jade": "^1.1.0",
"gulp-jade-globbing": "^0.1.9",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.5.0",
"gulp-svg-sprite": "^1.3.6",
"gulp-uglify": "^2.0.0",
"gulp-uncss": "^1.0.6",
"gulp.spritesmith": "^6.2.1",
"htmlhint-stylish": "^1.0.3",
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"postcss-discard-comments": "^2.0.4",
"gulp-clean": "^0.3.2",
"run-sequence": "^1.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kotko/master-html.git"
},
"author": "kotko",
"license": "ISC",
"devDependencies": {
"gulp-class-prefix": "^1.0.1",
"postcss-remove-classes": "^1.0.2"
}
}