26 lines
792 B
JSON
26 lines
792 B
JSON
{
|
|
"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.3.0",
|
|
"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"
|
|
}
|
|
}
|