-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 877 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
{
"name": "ss-gulp-modules",
"description": "A package of required Gulp plugins for project preprocessing",
"author": "Dmitry Titov <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/gitolog/ss-gulp-modules.git"
},
"dependencies": {},
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-concat": "^2.6.0",
"gulp-convert-encoding": "0.0.3",
"gulp-imagemin": "^2.3.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.1",
"imagemin-pngquant": "^4.2.0",
"run-sequence": "^1.1.2"
},
"license": "MIT",
"preferGlobal": true,
"engine": "node >= 3.3.0"
}