mirror of
https://github.com/thewesker/startbootstrap-clean-blog.git
synced 2025-12-26 15:06:55 -05:00
added grunt and recompile css
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "clean-blog",
|
||||
"title": "Clean Blog",
|
||||
"version": "1.0.x",
|
||||
"homepage": "http://startbootstrap.com/template-overviews/clean-blog",
|
||||
"author": "Start Bootstrap",
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-banner": "~0.2.3",
|
||||
"grunt-contrib-less": "~0.11.4",
|
||||
"grunt-contrib-sass": "^0.9.2",
|
||||
"grunt-contrib-uglify": "~0.5.1",
|
||||
"grunt-contrib-watch": "~0.6.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/BlackrockDigital/startbootstrap-clean-blog.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user