123456789101112131415161718192021 |
- {
- "name": "node-js-mongo-db-2018",
- "version": "1.0.0",
- "description": "Material do [Build NodeJS applications with Mongodb](https://www.udemy.com/node-js-mongo-db-2018)",
- "main": "index.js",
- "dependencies": {
- "express": "^4.16.3"
- },
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://notabug.org/avena/node-js-mongo-db-2018.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC"
- }
|