• This project
    • Loading...
  • Sign in

2020-1-capstone-design2 / 2016104135

%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 1
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • 2016104135
  • 프로젝트
  • 크롤러 소스코드
  • package.json
  • Eugene Yoo's avatar
    캡스톤 디자인2 커밋 · cd491377
    cd491377 Browse Files
    Eugene Yoo authored 2020-06-23 18:43:14 +0900
package.json 356 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
  "name": "df",
  "version": "1.0.0",
  "description": "",
  "main": "crawl.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.19.2",
    "moment": "^2.25.3",
    "moment-timezone": "^0.5.31",
    "mysql2": "^2.1.0",
    "node-cron": "^2.0.3"
  }
}