• This project
    • Loading...
  • Sign in

신정아 / weather_chatbot

%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
  • weather_chatbot
  • Experiments
  • messenger
  • trans
  • package.json
  • Ubuntu's avatar
    0604 linechatbot · ce129d08
    ce129d08 Browse Files
    Ubuntu authored 2020-06-04 04:55:14 +0000
package.json 299 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
  "name": "trans",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.19.2",
    "express": "^4.17.1",
    "request": "^2.88.2"
  }
}