-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "Boo",
"description": "A beautiful, clean and responsive theme for Ghost.",
"demo": "http://boo-demo.tenoku.com",
"version": "0.11.0",
"engines": {
"ghost": ">=0.11.3 <1.0.0"
},
"license": "MIT",
"screenshots": {
"desktop": "assets/screenshot-desktop.png",
"mobile": "assets/screenshot-mobile.png"
},
"author": {
"name": "Tenoku Software",
"email": "[email protected]",
"url": "http://tenoku.com"
},
"gpm": {
"type": "theme",
"categories": [
"Minimalist",
"Clean",
"Minimal",
"Personal Blogs",
"Responsive"
]
},
"keywords": [
"ghost",
"theme",
"boo",
"minimalist",
"clean",
"blog"
],
"repository": {
"type": "git",
"url": "https://github.com/tenoku/boo"
},
"bugs": "https://github.com/tenoku/boo/issues",
"contributors": "https://github.com/tenoku/boo/graphs/contributors"
}