-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "the-shell-pro",
"description": "Dark theme for Ghost, the schema of colors is similar to dracula code theme.",
"demo": "http://ghost.neulana.com/",
"version": "1.0.0",
"engines": {
"ghost": ">=0.4.0"
},
"license": "GPL-3.0",
"screenshots": {
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"author": {
"name": "Neulana",
"email": "[email protected]",
"url": "https://github.com/Neulana"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Personal Blogs"
]
},
"keywords": [
"ghost",
"theme"
],
"repository": {
"type": "git",
"url": "https://github.com/Neulana/the-shell-pro.git"
},
"bugs": "https://github.com/Neulana/the-shell-pro/issues",
"contributors": "https://github.com/Neulana/the-shell-pro/graphs/contributors",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-sass": "^4.0.2",
"node-sass": "^7.0.0"
}
}