forked from codeforjapan/codeforelection_front
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 954 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 954 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
34
35
36
{
"name": "staticsite-starterkit",
"version": "1.0.0",
"description": "Starter Kit for a Simple Website Development.",
"author": "Yusuke Takahashi <youthkee@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/littlebirdjp/staticsite-starterkit2.git"
},
"scripts": {
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"gulp": "^3.9.0"
},
"devDependencies": {
"browser-sync": "^2.8.2",
"gulp-concat": "^2.1.0",
"gulp-csso": "^2.0.0",
"gulp-jade": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.1.1",
"gulp-prettify": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^2.0.0",
"marked": "^0.3.5",
"node-reset-scss": "^1.0.1",
"postcss-cssnext": "^2.7.0",
"webpack": "^3.6.0"
}
}