-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
39 lines (39 loc) · 976 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
{
"name": "caspro",
"description": "base on the theme casper",
"demo": "http://xinwenke.top",
"version": "1.0.0",
"engines": {
"ghost": ">=1.2.0"
},
"license": "MIT",
"author": {
"name": "wenke",
"email": "[email protected]",
"url": "http://xinwenke.top"
},
"keywords": [
"ghost",
"theme",
"caspro"
],
"repository": {
"type": "git",
"url": "https://github.com/wenkeShi/ghost-caspro.git"
},
"bugs": "https://github.com/wenkeShi/ghost-caspro/issues",
"devDependencies": {
"autoprefixer": "6.3.6",
"cssnano": "3.7.1",
"gulp": "3.9.1",
"gulp-postcss": "6.1.1",
"gulp-sourcemaps": "1.6.0",
"gulp-watch": "4.3.8",
"postcss-color-function": "2.0.1",
"postcss-custom-properties": "5.0.1",
"postcss-easy-import": "1.0.1"
},
"config": {
"posts_per_page": 6
}
}