-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
41 lines (41 loc) · 886 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
{
"name": "maple",
"version": "3.1.1",
"engines": {
"ghost": ">=1.0.0"
},
"description": "A Ghost theme focused on content designed by jerry.mei",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/KINGMJ/maple.git"
},
"keywords": [
"ghost",
"blog",
"theme",
"maple"
],
"author": {
"name": "Jerry Mei",
"email": "[email protected]",
"url": "http://www.maplejoyous.cn"
},
"config": {
"posts_per_page": 8
},
"license": "MIT",
"bugs": {
"url": "https://github.com/KINGMJ/maple/issues"
},
"homepage": "https://github.com/KINGMJ/maple#readme",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.0",
"gulp-rename": "^1.2.3",
"gulp-uglify": "^3.0.0"
}
}