forked from thoughtbot/ghost-theme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.2 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
{
"name": "ghost-theme-template",
"description": "A gulp based scaffold for building ghost themes",
"version": "2.0.0",
"engines": {
"ghost": ">=2.0.0"
},
"author": {
"name": "Will H McMahan",
"email": "[email protected]",
"url": "https://mcmahan.me"
},
"repository": {
"type": "git",
"url": "http://github.com/thoughtbot/ghost-theme-template"
},
"keywords": [
"sass",
"bourbon",
"neat",
"gulp",
"ghost-theme"
],
"bugs": "https://github.com/ghost-theme-template/graphs/issues",
"contributors": "https://github.com/thoughtbot/ghost-theme-template/graphs/contributors",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"bourbon": "^5.1.0",
"bourbon-neat": "^3.0.0",
"chalk": "^2.1.0",
"gscan": "^1.4.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-jshint": "^2.0.4",
"gulp-run": "^1.7.1",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.4",
"gulp-zip": "^4.0.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"lodash": "^4.17.4",
"run-sequence": "^2.2.0"
},
"license": "MIT",
"config": {
"posts_per_page": 8
}
}