Skip to content

Instantly share code, notes, and snippets.

@simonho288
Created July 4, 2020 04:24
Show Gist options
  • Select an option

  • Save simonho288/033b574a2a92c08d4816e7ea3b1ffa1e to your computer and use it in GitHub Desktop.

Select an option

Save simonho288/033b574a2a92c08d4816e7ea3b1ffa1e to your computer and use it in GitHub Desktop.
{
"name": "slack-app-backend-admin",
"version": "1.0.0",
"description": "An intelligent Slack bot to simplify website administration",
"main": "app.js",
"scripts": {
"start": "node app",
"initdb": "node initdb.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simonho288/slack-app-backend-admin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/simonho288/slack-app-backend-admin/issues"
},
"homepage": "https://github.com/simonho288/slack-app-backend-admin#readme",
"dependencies": {
"@slack/web-api": "^5.0.1",
"body-parser": "^1.19.0",
"express": "^4.17.0",
"mongodb": "^3.2.6",
"rivescript": "^2.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment