pcrebels/package.json
2020-02-23 11:16:47 -05:00

30 lines
794 B
JSON

{
"name": "pcrebels",
"version": "1.0.0",
"description": "To do (Add to this and use `~~content~~` to show its done)\r ---\r - ~~Add Readme~~",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"test": "env-cmd -f ./config/dev.env nodemon src/index.js"
},
"author": "pcrebels",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/rayaman/pcrebels.git"
},
"bugs": {
"url": "https://github.com/rayaman/pcrebels/issues"
},
"homepage": "https://github.com/rayaman/pcrebels#readme",
"dependencies": {
"env-cmd": "^10.1.0",
"express": "^4.17.1",
"hbs": "^4.1.0",
"mongoose": "^5.9.2",
"nodemailer": "^6.4.3",
"nodemon": "^2.0.2",
"request": "^2.88.2",
"socket.io": "^2.3.0"
}
}