initial
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user