Files
shrt/package.json
2017-08-26 17:48:10 +02:00

22 lines
357 B
JSON

{
"name": "shrt",
"version": "0.0.1",
"description": "A URL shortener",
"main": "shrt.js",
"scripts": {
"start": "node shrt.js"
},
"keywords": [
"url",
"shortener"
],
"author": "hellerve",
"license": "GPL",
"dependencies": {
"hapi": "^14.1.0",
"inert": "^4.0.1",
"joi": "^9.0.4",
"mongoose": "^4.5.8"
}
}