-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "site-boilerplate",
"version": "0.0.1",
"description": "Gulping Handlebars and JSON for GitHub Pages.",
"author": "ungki <ungki.h@gmail.com> (https://github.com/ungki)",
"homepage": "http://sircus.blivesta.com/site-boilerplate",
"keywords": [
"sircus",
"gulp",
"handlebars"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sircus/site-boilerplate.git"
},
"scripts": {
"setup": "npm i && gulp build",
"build": "gulp build"
},
"devDependencies": {
"browser-sync": "^2.8.0",
"browserify":"^11.0.0",
"del": "^1.2.0",
"gulp-cssnext": "^1.0.1",
"gulp-front-matter": "^1.2.3",
"gulp-gh-pages":"^0.5.2",
"gulp-hb": "^2.6.1",
"gulp-header": "^1.2.2",
"gulp-htmlhint":"^0.3.0",
"gulp-htmlmin": "^1.1.3",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-sitemap":"^2.1.1",
"gulp-stylestats": "^0.8.0",
"gulp-uglify": "^1.2.0",
"gulp": "^3.9.0",
"htmlhint-stylish": "^1.0.3",
"imagemin-pngquant":"^4.1.2",
"jquery":"*",
"js-yaml": "^3.3.1",
"jshint-stylish": "^2.0.1",
"psi": "^1.0.6",
"run-sequence": "^1.1.2",
"sircus": "^1.0.0-alpha.2",
"site-boilerplate-helpers": "^1.0.1",
"vinyl-source-stream":"1.1.0"
}
}