forked from Kikobeats/uno-zen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1008 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
39
40
41
42
43
44
45
46
47
{
"name": "uno-zen",
"description": "Minimalist and Elegant theme for Ghost",
"homepage": "https://github.com/kikobeats/uno-zen",
"version": "2.6.5",
"author": {
"name": "Kiko Beats",
"url": "https://github.com/kikobeats"
},
"repository": {
"type": "git",
"url": "https://github.com/kikobeats/uno-zen"
},
"bugs": {
"url": "https://github.com/Kikobeats/uno-zen/issues"
},
"keywords": [
"elegant",
"ghost",
"minimalism",
"theme",
"uno",
"zen"
],
"devDependencies": {
"browser-sync": "*",
"coffee-script": "*",
"gulp": "*",
"gulp-add-src": "*",
"gulp-autoprefixer": "*",
"gulp-changed": "*",
"gulp-coffee": "*",
"gulp-concat": "*",
"gulp-cssmin": "*",
"gulp-header": "*",
"gulp-minify-css": "*",
"gulp-sass": "*",
"gulp-strip-css-comments": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"underscore.string": "*"
},
"engines": {
"node": "~0.12.x"
},
"license": "MIT"
}