-
Notifications
You must be signed in to change notification settings - Fork 136
/
Copy pathpackage.json
53 lines (53 loc) · 1.38 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
44
45
46
47
48
49
50
51
52
53
{
"name": "the-shell",
"description": "Theme for Ghost which use 'Ghost in The Shell' animation series palette colors",
"demo": "https://ghostintheshell.ghost.io",
"version": "3.0.0",
"engines": {
"ghost": ">=3.0.0",
"ghost-api": "v3"
},
"license": "MIT",
"screenshots": {
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"scripts": {
"zip": "gulp release",
"test": "gscan ."
},
"author": {
"name": "Dmitry Lebedev",
"email": "mityalebedev@me.com",
"url": "https://github.com/mityalebedev"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Personal Blogs"
]
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"repository": {
"type": "git",
"url": "https://github.com/mityalebedev/The-Shell.git"
},
"bugs": "https://github.com/mityalebedev/The-Shell/issues",
"contributors": "https://github.com/mityalebedev/The-Shell/graphs/contributors",
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-zip": "^4.2.0"
},
"config": {
"posts_per_page": 5
}
}