package.json
301 Bytes
{
"name": "joker",
"version": "1.0.0",
"description": "Random joke teller",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Yeonjun Kim",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"mongodb": "^3.2.6",
"slackbots": "^1.2.0"
}
}