-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 770 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 770 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": "creativecommonskoreagithubio",
"private": true,
"version": "0.0.0",
"description": "Yeoman workflow for creativecommonskorea.github.io",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"flatten": "0.0.1"
},
"devDependencies": {
"browser-sync": "^1.1.2",
"gulp": "^3.8.5",
"gulp-autoprefixer": "0.0.7",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.3.3",
"gulp-filter": "^1.0.2",
"gulp-imagemin": "^0.6.1",
"gulp-minify-css": "^0.3.11",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.2",
"gulp-uglify": "^0.3.1",
"main-bower-files": "^2.4.0"
}
}