-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 852 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
{
"name": "hux-blog",
"title": "Hux Blog",
"author": "Hux <huxpro@gmail.com>",
"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": ">=1.5.3",
"grunt-banner": "~0.2.3",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0"
},
"scripts": {
"start": "bundle exec jekyll serve -w -l --host 0.0.0.0",
"dev": "grunt watch & npm run start",
"boil": "git push boilerplate boilerplate:master",
"push": "git push origin master --tag"
},
"dependencies": {
"write-good": "^1.0.3"
}
}