forked from nahuelsanchez/pale-ghost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 903 Bytes
/
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
{
"name": "spectre",
"description": "A theme for the DATCODE site. Built on the Pale Ghost theme.",
"version": "1.0.0",
"engines": {
"ghost": ">=1.2.0"
},
"license": "MIT",
"screenshots": {
"desktop": "assets/screenshots/desktop.jpg",
"mobile": "assets/screenshots/mobile.jpg"
},
"author": {
"name": "Jer'Maine Jones",
"email": "[email protected]",
"url": "https://www.datcode.io/"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal"
]
},
"keywords": [
"ghost",
"theme",
"blank",
"dev",
"developer",
"development",
"ghost-theme"
],
"repository": {
"type": "git",
"url": "https://github.com/gitdatcode/spectre.git"
},
"bugs": "https://github.com/gitdatcode/spectre/issues",
"contributors": "https://github.com/gitdatcode/spectre/graphs/contributors",
"config": {
"posts_per_page": 5
},
"devDependencies": {
"superagent": "^4.1.0"
}
}