forked from ivchenkodima/git_second
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (33 loc) · 817 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
32
33
34
{
"name": "bosh",
"version": "1.0.0",
"description": "configurator for gulp ",
"main": "index.js",
"scripts": {
"preinstall": "npm install express",
"start": "gulp",
"build": "gulp build"
},
"author": "php",
"license": "ISC",
"dependencies": {
"autoprefixer": "^6.5.0",
"browser-sync": "^2.17.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.3.0",
"gulp-imagemin": "^3.0.3",
"gulp-sass": "^3.1.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-rigger": "^0.5.8",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.10",
"imagemin-pngquant": "^5.0.0",
"postcss": "^5.2.4",
"postcss-cli": "^2.6.0",
"rimraf": "^2.5.4"
}
}