installed grunt

This commit is contained in:
Bachir Soussi Chiadmi
2015-04-27 17:41:32 +02:00
parent 42940e2cff
commit 08b4b2dbbb
25 changed files with 204 additions and 13030 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "materiobasetheme",
"version": "1.0.0",
"author": "Bachir Soussi Chiadmi",
"homepage": "http://materio.com",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"autoprefixer-core": "^5.1.5",
"grunt-contrib-compass": "v0.9.0",
"grunt-contrib-sass": "v0.7.3",
"grunt-contrib-watch": "v0.6.1",
"grunt-postcss": "^0.3.0",
"grunt-svg2png": "^0.2.7"
}
}