forked from kelyvin/ghost-caffeine-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
executable file
·45 lines (45 loc) · 1014 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
43
44
45
{
"name": "caffeine-theme",
"description": "Material design theme for Ghost",
"homepage": "https://github.com/kelyvin/caffeine-theme",
"version": "2.7.7",
"authors": [
"Kelyvin <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/kelyvin/caffeine-theme"
},
"bugs": {
"url": "https://github.com/kelyvin/caffeine-theme/issues"
},
"keywords": [
"ghost",
"theme",
"uno",
"zen",
"elegant",
"minimalism"
],
"dependencies": {
"ghostHunter": "git://github.com/i11ume/ghostHunter.git#2e721620868d127e9e688145fabcf5f86249d11b",
"reading-time": "1.0.0",
"fitvids": "1.1.0",
"font-awesome": "fontawesome#4.5.0",
"prism": "1.3.0",
"bourbon": "4.2.7",
"toastr": "2.1.2",
"store-js": "1.3.20",
"fontfaceobserver": "1.7.1"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"assets/vendor ",
"test",
"tests"
],
"private": true,
"license": "MIT"
}