forked from gaspanik/gulpbase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 739 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 739 Bytes
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": "gulpbase",
"version": "0.1.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"gulpbuild": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Masaaki Komori",
"license": "MIT",
"devDependencies": {
"run-sequence": "*",
"browser-sync": "*",
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-changed": "*",
"gulp-concat": "*",
"gulp-csso": "*",
"gulp-imagemin": "*",
"gulp-jade": "*",
"gulp-less": "*",
"gulp-load-plugins": "*",
"gulp-newer": "*",
"gulp-prettify": "*",
"gulp-rename": "*",
"gulp-ruby-sass": "*",
"gulp-sourcemaps": "*",
"gulp-uglify": "*",
"marked": "*"
}
}