forked from yokome-yokone/frontend_mainpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 833 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
{
"name": "gassyuku_2015",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.9.6",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.0",
"gulp-csscomb": "^3.0.6",
"gulp-cssmin": "^0.1.7",
"gulp-filelog": "^0.4.1",
"gulp-htmlhint": "^0.3.0",
"gulp-imagemin": "^2.3.0",
"gulp-jade": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-prettify": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.1",
"gulp-watch": "^4.3.5",
"gulp-webserver": "^0.9.1",
"imagemin-pngquant": "^4.2.0"
}
}