[init] initial commit
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user