Jenderal92

Untitled

Jul 22nd, 2022
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. package name: (mongo-crud) node-mongo-crud-api
  2. version: (1.0.0)
  3. description: Building a crud api using Node.js, Express, and Mongodb
  4. entry point: (index.js) server.js
  5. test command:
  6. git repository:
  7. keywords: Node.js Express Mongodb Tutorial Article Post Database
  8. author: blog-gan.org
  9. license: (ISC)
  10. About to write to /var/www/node-mongo-crud/package.json:
  11.  
  12. {
  13. "name": "node-mongo-crud-api",
  14. "version": "1.0.0",
  15. "description": "Building a crud api using Node.js, Express, and Mongodb",
  16. "main": "server.js",
  17. "scripts": {
  18. "test": "echo \"Error: no test specified\" && exit 1"
  19. },
  20. "keywords": [
  21. "Node.js",
  22. "Express",
  23. "Mongodb",
  24. "Tutorial",
  25. "Article",
  26. "Post",
  27. "Database"
  28. ],
  29. "author": "blog-gan.org",
  30. "license": "ISC"
  31. }
  32.  
Advertisement
Add Comment
Please, Sign In to add comment