-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 797 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 797 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
{
"name": "gulpbase",
"version": "0.2.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": {
"browser-sync": "^2.4.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-csso": "^1.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-jade": "^1.0.0",
"gulp-less": "^3.0.2",
"gulp-load-plugins": "^0.9.0",
"gulp-prettify": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"marked": "^0.3.3",
"run-sequence": "^1.0.2"
}
}