gulp stuff

This commit is contained in:
Martin Donnelly 2017-08-05 23:30:39 +01:00
parent 0fa43e8b60
commit 451547ea5b
2 changed files with 19 additions and 0 deletions

1
.gitignore vendored
View File

@ -189,3 +189,4 @@ node_modules
npm-debug.log
testem.log
/lib/newdata.json
/live/

18
bower.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "url-shortener",
"description": "A NodeJS + Express + MongoDB based URL shortener",
"main": "app.js",
"authors": [
"nurl.co"
],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}