{
  "name": "kat-cr",
  "version": "0.1.19",
  "description": "A library and CLI app for searching kat.cr",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "bin": {
    "kickass": "./bin/search.js"
  },
  "author": "Raymond Pulver IV",
  "license": "MIT",
  "dependencies": {
    "bytes": "^2.4.0",
    "chalk": "^1.1.3",
    "cheerio": "^0.20.0",
    "clone": "^1.0.2",
    "lodash.foreachright": "^4.2.0",
    "query-string": "^4.2.1",
    "request": "^2.72.0",
    "request-debug": "^0.2.0",
    "sprintf": "^0.1.5",
    "supports-color": "^3.1.2",
    "uri-js": "^2.1.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/raypulver/kat-cr"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "grunt": "^1.0.1",
    "grunt-jsdoc": "^2.1.0",
    "mocha": "^2.1.0",
    "request-debug": "^0.2.0"
  }
}
