• This project
    • Loading...
  • Sign in

ShinSeungMin / Multiplex_Ticketing_Platform

%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
  • Multiplex_Ticketing_Platform
  • Megabox_crawling
  • package.json
  • 이혜인's avatar
    crawlling all info including location, movie · 02fb1715
    02fb1715 Browse Files
    이혜인 authored 2022-05-28 01:23:16 +0900
package.json 412 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
  "name": "me",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "async": "^3.2.3",
    "body-parser": "^1.20.0",
    "cheerio": "^1.0.0-rc.11",
    "express": "^4.18.1",
    "puppeteer": "^14.1.1",
    "selenium-webdriver": "^4.1.2"
  }
}