gulp stuff
This commit is contained in:
parent
0fa43e8b60
commit
451547ea5b
1
.gitignore
vendored
1
.gitignore
vendored
@ -189,3 +189,4 @@ node_modules
|
|||||||
npm-debug.log
|
npm-debug.log
|
||||||
testem.log
|
testem.log
|
||||||
/lib/newdata.json
|
/lib/newdata.json
|
||||||
|
/live/
|
||||||
|
18
bower.json
Normal file
18
bower.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user