This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
blog/package.json
2023-06-03 15:58:09 +08:00

26 lines
814 B
JSON

{
"name": "Manford-blog",
"title": "Manford Blog",
"author": "Manford <mffan0922@163.com>",
"version": "1.8.2",
"homepage": "https://rustle.cc",
"repository": {
"type": "git",
"url": "https://github.com/mffan0922/homepage"
},
"bugs": "https://github.com/mffan0922/homepage/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"
}
}