mirror of
https://github.com/LeuisKen/leuisken.github.io.git
synced 2026-01-18 14:27:07 +00:00
23 lines
562 B
JSON
23 lines
562 B
JSON
{
|
|
"name": "heaven-blog",
|
|
"version": "0.1.0",
|
|
"srcRoot": "assets",
|
|
"dstRoot": "release",
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-concat": "^0.5.0",
|
|
"grunt-contrib-cssmin": "^0.10.0",
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
"grunt-contrib-uglify": "^0.6.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-contrib-copy": "^0.8.0",
|
|
"grunt-filerev": "^2.3.0",
|
|
"grunt-usemin": "^3.0.0",
|
|
"grunt-shell": "^1.1.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/zry656565/heaven-blog.git"
|
|
}
|
|
}
|