-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
38 lines (38 loc) · 875 Bytes
/
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
{
"name": "trophy-ghost",
"description": "Trophy is a blog theme for Ghost built using HTML, Sass, and JavaScript (no jQuery).",
"version": "1.1.0",
"engines": {
"ghost": ">=1.0.0"
},
"homepage": "http://thomasvaeth.com/trophy/",
"scripts": {
"start": "gulp"
},
"keywords": [
"ghost",
"blog"
],
"author": {
"name": "Thomas Vaeth",
"email": "[email protected]",
"url": "http://thomasvaeth.com"
},
"license": "MIT",
"devDependencies": {
"babel-preset-env": "^1.6.0",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"config": {
"posts_per_page": 10
}
}