• This project
    • Loading...
  • Sign in

김민욱 / Slack Jokebot

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Issues 1
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • TeamProject
  • package.json
  • 김연준's avatar
    Sucessed to manage slackbot to respond user input ' random' · c4d67d07
    c4d67d07 Browse Files
    김연준 authored 2019-05-25 15:40:28 +0900
package.json 301 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
  "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"
  }
}