-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 965 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": "gitblog",
"version": "0.0.0",
"description": "Post your article to github pages with ease",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/gitblog/gitblog-io.github.io.git"
},
"scripts": {
"build": "./node_modules/.bin/gulp production",
"start": "./node_modules/.bin/gulp"
},
"keywords": [
"jekyll",
"github",
"github-pages",
"blog",
"medium"
],
"author": "Shawn Zhou <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gitblog/gitblog-io.github.io/issues"
},
"homepage": "https://github.com/gitblog/gitblog-io.github.io",
"devDependencies": {
"gulp": "^3.5.6",
"gulp-coffee": "^1.4.1",
"gulp-plumber": "^0.5.6",
"gulp-less": "^1.2.3",
"gulp-concat": "^2.1.7",
"gulp-clean": "0.3.1",
"coffee-script": "^1.7.1",
"streamqueue": "^0.0.5",
"gulp-uglify": "^0.2.1",
"gulp-rename": "^1.2.0"
}
}