nurl/package.json
2016-02-07 16:16:07 -05:00

17 lines
369 B
JSON

{
"name": "url-shortener",
"version": "1.0.0",
"description": "A NodeJS + Express + MongoDB based URL shortener",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "coligo.io",
"license": "MIT",
"dependencies": {
"body-parser": "^1.14.1",
"express": "^4.13.3",
"mongoose": "4.2.9"
}
}