Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package name: (mongo-crud) node-mongo-crud-api
- version: (1.0.0)
- description: Building a crud api using Node.js, Express, and Mongodb
- entry point: (index.js) server.js
- test command:
- git repository:
- keywords: Node.js Express Mongodb Tutorial Article Post Database
- author: blog-gan.org
- license: (ISC)
- About to write to /var/www/node-mongo-crud/package.json:
- {
- "name": "node-mongo-crud-api",
- "version": "1.0.0",
- "description": "Building a crud api using Node.js, Express, and Mongodb",
- "main": "server.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [
- "Node.js",
- "Express",
- "Mongodb",
- "Tutorial",
- "Article",
- "Post",
- "Database"
- ],
- "author": "blog-gan.org",
- "license": "ISC"
- }
Advertisement
Add Comment
Please, Sign In to add comment