• This project
    • Loading...
  • Sign in

조현아 / LINEBOT

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • LINEBOT
  • package.json
  • 조현아's avatar
    add menu · dd76b9e2
    dd76b9e2 Browse Files
    조현아 authored 2019-06-02 01:07:47 +0900
package.json 369 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
  "name": "linebot",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node app.js"
  },
  "author": "강수인",
  "license": "MIT",
  "dependencies": {
    "@line/bot-sdk": "^6.4.0",
    "babel": "^6.23.0",
    "express": "^4.17.1",
    "request": "^2.88.0"
  }
}