-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.07 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
{
"name": "myGhostTheme",
"description": "Minimalist and Elegant theme for Ghost",
"homepage": "https://github.com/kikobeats/uno-zen",
"version": "1.0.0",
"author": {
"name": "Charming Cheung",
"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": "latest",
"coffee-script": "latest",
"gulp": "latest",
"gulp-add-src": "latest",
"gulp-autoprefixer": "latest",
"gulp-changed": "latest",
"gulp-coffee": "latest",
"gulp-concat": "latest",
"gulp-cssmin": "latest",
"gulp-header": "latest",
"gulp-sass": "latest",
"gulp-shorthand": "latest",
"gulp-strip-css-comments": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"underscore.string": "latest"
},
"engines": {
"node": "~0.12.x"
},
"license": "MIT"
}