19 lines
310 B
JSON
19 lines
310 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|