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",
"description": "hehe rover website",
"main": "gulpfile.js",
"authors": [
"Bachir Soussi Chiadmi"
],
"license": "MIT",
"moduleType": [],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^2.2.1",
"normalize-css": "normalize.css#^3.0.3"
},
"devDependencies": {}
}