forked from Kikobeats/uno-zen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 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
53
54
55
{
"name": "uno-zen",
"description": "Minimalist and Elegant theme for Ghost",
"homepage": "https://github.com/kikobeats/uno-zen",
"version": "2.9.8",
"author": {
"email": "[email protected]",
"name": "Kiko Beats",
"url": "https://github.com/kikobeats"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kikobeats/uno-zen.git"
},
"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-cssnano": "latest",
"gulp-header": "latest",
"gulp-if": "latest",
"gulp-sass": "latest",
"gulp-strip-css-comments": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest"
},
"engines": {
"node": ">= 8"
},
"license": "MIT",
"browserSync": {
"files": [
"**/*.html",
"assets/**/*.*"
],
"port": 3000,
"proxy": "http://127.0.0.1:2387"
}
}