-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "tradingbloom",
"version": "1.0.0",
"description": "",
"author": "vibos",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-csslint": "^1.0.0",
"gulp-file-include": "^1.0.0",
"gulp-filter": "^4.0.0",
"gulp-htmlhint": "^0.3.1",
"gulp-imagemin": "^3.1.1",
"gulp-less": "^3.2.0",
"gulp-lesshint": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-raster": "^0.1.0",
"gulp-rimraf": "^0.2.1",
"gulp-sourcemaps": "^2.2.0",
"gulp-svg-sprites": "^4.0.2",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.10",
"gulp.spritesmith": "^6.2.1",
"gulp.spritesmith-multi": "^3.1.0",
"uglify-js-harmony": "^2.6.2",
"vinyl-buffer": "^1.0.0"
},
"dependencies": {
"imagemin-pngquant": "^5.0.0"
}
}