-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
52 lines (52 loc) · 1.21 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
51
52
{
"name": "bastard",
"version": "2.0.0",
"engines": {
"ghost": ">=1.2.0"
},
"description": "A Boilerplate Theme for Ghost using Twitter Bootstrap, Font Awesome Icons, SASS, and Gulp",
"author": {
"name": "Karlo Espiritu",
"email": "karloespiritu@gmail.com",
"url": "http://karloespiritu.com"
},
"homepage": "https://github.com/karloespiritu/Bastard",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/karloespiritu/Bastard.git"
},
"keywords": [
"ghost",
"theme",
"bastard",
"black",
"dark",
"boilerplate",
"bootstrap"
],
"devDependencies": {
"bootstrap-sass": "3.3.7",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "4.1.0",
"gulp-cache": "1.0.2",
"gulp-changed": "3.2.0",
"gulp-clean-css": "3.9.2",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-imagemin": "4.1.0",
"gulp-jshint": "^2.0.0",
"gulp-minify-html": "^1.0.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "3.1.0",
"gulp-svgmin": "^1.2.0",
"gulp-uglify": "3.0.0",
"highlightjs": "9.10.0",
"jshint": "^2.8.0",
"run-sequence": "2.2.1"
},
"config": {
"posts_per_page": 10
}
}