Add gulp files

This commit is contained in:
Edin Dazdarevic
2017-10-05 18:45:11 +02:00
parent 6594f584c8
commit 7c3a8d46cb
5 changed files with 29 additions and 4 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "saburly-website2",
"version": "1.0.0",
"description": "## TODO:",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edazdarevic/saburly-website2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/edazdarevic/saburly-website2/issues"
},
"homepage": "https://github.com/edazdarevic/saburly-website2#readme",
"devDependencies": {
"gulp": "^3.9.1"
}
}