-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.47 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
62
63
64
{
"name": "csstime-gulp-tasks",
"version": "6.1.0",
"description": "Prepared Gulp tasks to build and optimize assets of your project (SASS, LESS, CSS, SVG, images, sprites and more)",
"author": "Julia Rechkunova <[email protected]>",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:csstime/csstime-gulp-tasks.git"
},
"keywords": [
"csstime",
"less",
"sass",
"styles",
"css",
"frontend",
"gulp",
"svg",
"sprites",
"assets"
],
"peerDependencies": {
"gulp": "^3.8.11"
},
"dependencies": {
"autoprefixer-core": "^5.1.11",
"del": "^1.1.1",
"glob": "^5.0.5",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.4.3",
"gulp-csscomb": "^3.0.3",
"gulp-csso": "^1.0.0",
"gulp-file": "^0.2.0",
"gulp-header": "~1.2.2",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.0",
"gulp-less": "^3.0.0",
"gulp-postcss": "^5.1.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-svgstore": "^5.0.4",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gulp.spritesmith": "^3.5.4",
"merge-stream": "^0.1.8",
"node-notifier": "^4.1.2",
"normalize.css": "^3.0.2",
"pleeease-filters": "^1.0.0",
"postcss-opacity": "^2.0.0",
"run-sequence": "^1.1.2"
},
"engines": {
"node": ">=0.10"
},
"devDependencies": {
"jscs": "^1.12.0",
"jshint": "^2.7.0",
"mocha": "^2.2.4"
},
"scripts": {
"test": "make"
}
}