This commit is contained in:
2017-08-26 17:48:10 +02:00
commit 43393cfe9c
11 changed files with 138 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"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"
}
}