-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.21 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
{
"name": "me",
"description": "Ghost theme for developers!",
"version": "0.0.1",
"engines": {
"ghost": ">=2.22.0",
"ghost-api": "v2"
},
"author": {
"name": "Stephen Wu",
"email": "stephen@wustep.me",
"url": "https://wustep.me"
},
"keywords": [
"ghost-theme"
],
"repository": {
"type": "git",
"url": "https://github.com/wustep/me.git"
},
"bugs": "https://github.com/wustep/me/graphs/issues",
"contributors": "https://github.com/wustep/me/graphs/contributors",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"bulma": "^0.7.4",
"chalk": "^2.1.0",
"gscan": "^2.6.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-run": "^1.7.1",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.3.4",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^1.0.4",
"gulp-zip": "^4.0.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"lodash": "^4.17.4",
"run-sequence": "^2.2.0"
},
"config": {
"posts_per_page": 10,
"use_applause": true,
"use_commento": true
}
}