{
  "name": "gw2e-scraping",
  "version": "1.3.12",
  "description": "Scraping unofficial sites for information the API can't provide.",
  "main": "./build/index.js",
  "scripts": {
    "build": "abc build",
    "test": "abc test && abc lint",
    "preversion": "abc build"
  },
  "author": "queicherius@gmail.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gw2efficiency/scraping"
  },
  "dependencies": {
    "cheerio": "1.0.0-rc.12",
    "execall": "^1.0.0",
    "lets-fetch": "^2.0.2",
    "promise-control-flow": "^1.2.4",
    "querystringify": "2.0.0"
  },
  "devDependencies": {
    "abc-environment": "^2.0.0"
  }
}
