{
  "name": "twitter-scraper",
  "version": "5.1.0",
  "description": "Twitter scraper",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Volox/TwitterScraper"
  },
  "bugs": {
    "url": "https://github.com/Volox/TwitterScraper/issues"
  },
  "homepage": "https://github.com/Volox/TwitterScraper#readme",
  "scripts": {
    "build": "tslint src/* && tsc",
    "prepublish": "npm run build",
    "pretest": "npm run build",
    "test": "mocha"
  },
  "dependencies": {
    "cheerio": "0.19.x",
    "debug": "2.x",
    "request": "2.x"
  },
  "typings": "lib/index",
  "author": "Volox",
  "license": "MIT",
  "devDependencies": {
    "chai": "3.x",
    "mocha": "2.x",
    "tslint": "3.x",
    "typescript": "1.x"
  }
}
