package.json
1.07 KB
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
{
"name": "gulp-for-makets",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^2.0.0",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-css-base64": "^1.3.4",
"gulp-csslint": "^1.0.0",
"gulp-image-resize": "^0.12.0",
"gulp-imagemin": "^3.2.0",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-remember": "^0.3.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-scss-lint": "^0.4.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-sprite-generator": "^0.2.3",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^4.3.11",
"imagemin-jpegtran": "^5.0.2",
"imagemin-pngquant": "^5.0.0",
"imagemin-svgo": "^5.2.1",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}