first setup

This commit is contained in:
Bachir Soussi Chiadmi
2016-06-27 10:12:32 +02:00
parent e21113aba5
commit 442593e0b9
6 changed files with 142 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "hehe-rover",
"version": "0.0.1",
"description": "hehe rover website",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": ""
},
"author": "Bachir Soussi Chiadmi",
"license": "MIT",
"homepage": "http://scbh.me",
"devDependencies": {
"gulp": "",
"gulp-autoprefixer": "^3.1.0",
"gulp-jsmin": "^0.1.5",
"gulp-sass": "^2.0.1",
"gulp-watch": "^4.2.4",
"gulp-clean-css": "^2.0.3"
},
"dependencies": {
}
}