package.json 514 B

123456789101112131415161718192021
  1. {
  2. "name": "node-js-mongo-db-2018",
  3. "version": "1.0.0",
  4. "description": "Material do [Build NodeJS applications with Mongodb](https://www.udemy.com/node-js-mongo-db-2018)",
  5. "main": "index.js",
  6. "dependencies": {
  7. "express": "^4.16.3"
  8. },
  9. "devDependencies": {},
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://notabug.org/avena/node-js-mongo-db-2018.git"
  16. },
  17. "keywords": [],
  18. "author": "",
  19. "license": "ISC"
  20. }