forked from Huxpro/huxpro.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 800 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
{
"name": "hux-blog",
"title": "Hux Blog",
"author": "Hux <[email protected]>",
"version": "1.8.2",
"homepage": "http://huxpro.github.io",
"repository": {
"type": "git",
"url": "https://github.com/Huxpro/huxpro.github.io"
},
"bugs": "https://github.com/Huxpro/huxpro.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"
}
}