forked from Kikobeats/uno-zen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·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.5.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": [
"ghost",
"theme",
"uno",
"zen",
"elegant",
"minimalism"
],
"dependencies": {
"animate.css": "*",
"fastclick": "*",
"ghostHunter": "git://github.com/i11ume/ghostHunter.git",
"pace": "*",
"reading-time": "*",
"fitvids": "*"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"assets/vendor ",
"test",
"tests"
],
"private": true,
"license": "MIT"
}