{
  "name": "x-ray",
  "description": "structure any website",
  "homepage": "https://github.com/matthewmueller/x-ray#readme",
  "version": "2.3.4",
  "main": "index.js",
  "author": {
    "name": "Matthew Mueller",
    "email": "matt@lapwinglabs.com"
  },
  "contributors": [
   "Paul Barrett",
   "Kiko Beats <josefrancisco.verdu@gmail.com>",    
   "Fabien Franzen <info@atelierfabien.be>",
   "Wah Loon Keng <kengzwl@gmail.com>",
   "Daniel Lathrop <daniel.lathrop@gmail.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/matthewmueller/x-ray.git"
  },
  "bugs": {
    "url": "https://github.com/matthewmueller/x-ray/issues"
  },
  "keywords": [
    "api",
    "cheerio",
    "scrape",
    "scraper",
    "structure",
    "web"
  ],
  "dependencies": {
    "batch": "~0.6.0",
    "bluebird": "^3.4.7",
    "chalk": "~2.4.0",
    "cheerio": "~0.22.0",
    "debug": "~4.1.0",
    "enstore": "~1.0.1",
    "is-url": "~1.2.0",
    "isobject": "~4.0.0",
    "object-assign": "~4.1.0",
    "stream-to-string": "^1.1.0",
    "x-ray-crawler": "~2.0.1",
    "x-ray-parse": "~1.0.1"
  },
  "devDependencies": {
    "coveralls": "3.0.4",
    "istanbul": "0.4.5",
    "mocha": "~6.1.4",
    "mocha-lcov-reporter": "1.3.0",
    "multiline": "1.0.2",
    "rimraf": "2.6.3",
    "sinon": "^7.3.2",
    "standard": "6.0.8"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "scripts": {
    "coveralls": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly",
    "pretest": "standard",
    "test": "mocha"
  },
  "license": "MIT"
}
