{
  "name": "the-crawler-twitter",
  "version": "1.0.3",
  "description": "Crawler for twitter",
  "main": "lib",
  "browser": "shim",
  "scripts": {
    "build": "the-script-build",
    "doc": "the-script-jsdoc",
    "prepare": "the-script-build && the-script-jsdoc",
    "release": "the-script-release -y",
    "share": "the-script-share",
    "test": "mocha",
    "update": "the-script-update",
    "watch": "the-script-build -w"
  },
  "repository": "the-labo/the-crawler-twitter",
  "keywords": [
    "the"
  ],
  "author": {
    "name": "Taka Okunishi",
    "email": "okunishinishi@gmail.com",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/the-labo/the-crawler-twitter/issues"
  },
  "homepage": "https://github.com/the-labo/the-crawler-twitter#readme",
  "dependencies": {
    "arequest": "^2.0.7",
    "the-crawler-base": "^2.1.1",
    "twitter": "^1.7.0"
  },
  "devDependencies": {
    "mocha": "^3.3.0",
    "the-db": "^3.1.0",
    "the-script-build": "^1.3.4",
    "the-script-jsdoc": "^1.0.3",
    "the-script-release": "^1.0.6",
    "the-script-share": "^1.0.5",
    "the-script-update": "^1.0.0",
    "the-templates": "^1.1.4"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=4"
  }
}
