forked from kelyvin/ghost-caffeine-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.11 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
{
"name": "caffeine-theme",
"description": "Minimalist and Elegant theme for Ghost",
"homepage": "https://github.com/kelyvin/caffeine-theme",
"version": "2.8.3",
"author": {
"name": "Kelyvin",
"url": "https://github.com/kelyvin"
},
"repository": {
"type": "git",
"url": "https://github.com/kelyvin/caffeine-theme"
},
"scripts": {
"start": "npm install && gulp",
"test": "gulp build",
"postinstall": "bower install"
},
"bugs": {
"url": "https://github.com/kelyvin/caffeine-theme/issues"
},
"keywords": [
"elegant",
"ghost",
"minimalism",
"theme",
"uno",
"zen"
],
"devDependencies": {
"browser-sync": "*",
"coffee-script": "*",
"gulp": "*",
"gulp-add-src": "*",
"gulp-autoprefixer": "*",
"gulp-changed": "*",
"gulp-concat": "*",
"gulp-cssmin": "*",
"gulp-header": "*",
"gulp-minify-css": "*",
"gulp-sass": "*",
"gulp-strip-css-comments": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"underscore.string": "*"
},
"engines": {
"node": "~0.10.0 || ~0.12.0 || ^4.2.0"
},
"license": "MIT"
}