forked from Huxpro/huxpro.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 892 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
{
"name": "Jianba-blog",
"title": "Jianba Blog",
"author": "Jianba <[email protected]>",
"version": "1.8.2",
"homepage": "http://jianba.github.io",
"repository": {
"type": "git",
"url": "https://github.com/jianba/jianba.github.io"
},
"bugs": "https://github.com/jianba/jianba.github.io/issues",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-watch": "~0.6.1",
"grunt-banner": "~0.2.3",
"grunt-contrib-uglify": "~0.5.1"
},
"scripts": {
"start": "jekyll serve -w -l --host 0.0.0.0 --port 4000",
"dev": "grunt watch & npm run start",
"boil": "git push boilerplate boilerplate:master",
"push": "git push origin master --tag"
},
"dependencies": {
"bundler": "^0.8.0",
"jekyll": "^3.0.0-beta1"
}
}