forked from zombeats/bloggy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.29 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
54
{
"name": "bloggy",
"description": "Branding theme for Ghost",
"homepage": "https://github.com/Kikobeats/bloggy",
"version": "1.1.5",
"main": "index.js",
"author": {
"email": "[email protected]",
"name": "Kiko Beats",
"url": "https://github.com/Kikobeats"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kikobeats/bloggy.git"
},
"bugs": {
"url": "https://github.com/Kikobeats/bloggy/issues"
},
"keywords": [
"brand",
"ghost",
"theme"
],
"dependencies": {},
"devDependencies": {
"breakpoint-sass": "latest",
"browser-sync": "latest",
"coffee-script": "latest",
"gulp": "latest",
"gulp-add-src": "latest",
"gulp-autoprefixer": "latest",
"gulp-changed": "latest",
"gulp-coffee": "latest",
"gulp-concat": "latest",
"gulp-cssnano": "latest",
"gulp-header": "latest",
"gulp-if": "latest",
"gulp-minify-css": "latest",
"gulp-sass": "latest",
"gulp-strip-css-comments": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"underscore.string": "latest"
},
"engines": {
"node": "^6.9.0"
},
"scripts": {
"build": "NODE_ENV=production gulp build",
"start": "NODE_ENV=development gulp",
"test": "sh test/test.sh"
},
"license": "MIT"
}