trashmail/node/package.json

20 lines
395 B
JSON

{
"name": "trash-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"commander": "^2.12.2",
"redis": "^2.8.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"simple-git": "^1.83.0"
}
}