forked from Kikobeats/uno-zen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 850 Bytes
/
bower.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
{
"name": "uno-zen",
"description": "Minimalist and Elegant theme for Ghost",
"homepage": "https://github.com/kikobeats/uno-zen",
"version": "2.6.5",
"authors": [
"Kiko Beats <[email protected]>"
],
"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"
],
"dependencies": {
"animate.css": "*",
"fastclick": "*",
"fitvids": "*",
"ghostHunter": "git://github.com/i11ume/ghostHunter.git",
"pace": "*",
"reading-time": "*"
},
"ignore": [
"**/.*",
"assets/vendor ",
"bower_components",
"node_modules",
"test",
"tests"
],
"private": true,
"license": "MIT"
}