Permalink
Find file
Fetching contributors…
Cannot retrieve contributors at this time
24 lines (23 sloc) 534 Bytes
{
"name": "slack-manager",
"version": "0.2.1",
"description": "",
"main": "src/index.js",
"dependencies": {
"async": "^1.5.0",
"botkit": "^0.0.4",
"lodash": "^3.10.1",
"nconf": "^0.8.2",
"nodemailer": "^1.10.0"
},
"devDependencies": {},
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Yagiz Nizipli <yagiznizipli@me.com>, Kaan Kara <h.kaankara@hotmail.com>",
"license": "MIT"
}