Created
July 4, 2020 04:24
-
-
Save simonho288/033b574a2a92c08d4816e7ea3b1ffa1e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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