forked from bestswifter/uno-zen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.62 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "uno-zen",
"description": "Minimalist and Elegant theme for Ghost",
"homepage": "https://github.com/kikobeats/uno-zen",
"version": "3.0.0",
"author": {
"name": "Kiko Beats",
"url": "https://github.com/kikobeats",
"email": "josefrancisco.verdu@gmail.com"
},
"config": {
"posts_per_page": 10
},
"repository": {
"type": "git",
"url": "git+https://github.com/kikobeats/uno-zen.git"
},
"bugs": {
"url": "https://github.com/Kikobeats/uno-zen/issues"
},
"keywords": [
"ghost-theme"
],
"devDependencies": {
"browser-sync": "^2.26.13",
"underscore.string": "^3.3.5",
"coffeescript": "^2.5.1",
"autoprefixer": "^9.8.5",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-util": "^3.0.8",
"gulp-add-src": "^1.0.0",
"gulp-strip-css-comments": "^2.0.0",
"gulp-jslint": "^1.0.10",
"gulp-header": "^2.0.9",
"gulp-changed": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-merge": "^0.1.1",
"merge2": "^1.4.1",
"gulp-jsbeautifier": "^3.0.1",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.0",
"gulp-uglify-es": "^2.0.0",
"gulp-terser-js": "^5.2.2",
"gulp-coffee": "latest",
"gulp-wait": "0.0.2",
"gulp-zip": "^5.0.2",
"gulp-order": "^1.2.0",
"jshint": "^2.11.1",
"jshint-stylish": "^2.2.1",
"postcss-css-variables": "^0.13.0"
},
"engines": {
"node": "^4.2.0",
"ghost-api": "v3"
},
"license": "MIT",
"dependencies": {
"bourbon": "^7.0.0",
"fastclick": "^1.0.6"
}
}