- config repl.it (#25)

- lockfile
- update readme
- update copy
This commit is contained in:
Amjad Masad 2020-07-01 01:29:59 -07:00 committed by GitHub
parent c7a1f51367
commit 0767e0b739
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 638 additions and 4 deletions

View file

@ -7,8 +7,9 @@
"start": "node server.js"
},
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.12.4",
"body-parser": "^1.15.2"
"mongoose": "^5.9.20"
},
"engines": {
"node": "4.4.5"
@ -23,4 +24,4 @@
"express"
],
"license": "MIT"
}
}