{
  "name": "kat-shows",
  "version": "0.0.5",
  "description": "The kat shows api client",
  "homepage": "http://github.com/amilajack/kat-shows",
  "repository": "git://github.com/amilajack/kat-shows.git",
  "author": "Amila Welihinda <amilajack@gmail.com>",
  "main": "index.js",
  "browser": {
    "index.js": "./lib/kat-shows.js"
  },
  "keywords": [
    "kat",
    "api",
    "shows",
    "tv"
  ],
  "scripts": {
    "test": "cross-env NODE_ENV=test mocha --bail --timeout 30000 --inline-diffs --async-only --growl --compilers js:babel-register --recursive --require ./test/setup.js test/*.spec.js",
    "test-all": "cross-env NODE_ENV=test npm run lint && npm run test && npm run build",
    "build": "cross-env NODE_ENV=production babel src --out-dir lib && npm run build-web",
    "build-web": "cross-env NODE_ENV=production node -r babel-register ./node_modules/webpack/bin/webpack --config webpack.config.js --progress --profile --colors --display-error-details",
    "clean": "rm -rf lib",
    "lint": "cross-env NODE_ENV=test eslint src test",
    "version": "npm run build",
    "precommit": "npm run test-all"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-eslint": "^6.1.0",
    "babel-loader": "^6.2.4",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-es2015-modules-umd": "^6.8.0",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-polyfill": "^6.9.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.9.0",
    "chai": "^3.5.0",
    "cross-env": "^1.0.8",
    "eslint": "^3.0.0",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-immutable": "^1.0.0",
    "eslint-plugin-import": "^1.10.0",
    "eslint-plugin-jsx-a11y": "^1.5.3",
    "eslint-plugin-react": "^5.2.2",
    "husky": "^0.11.4",
    "json-loader": "^0.5.4",
    "mocha": "^2.5.3",
    "uglifyify": "^3.0.2",
    "webpack": "^1.13.1"
  },
  "dependencies": {
    "babel-runtime": "^6.9.2",
    "cheerio": "github:cheeriojs/cheerio#e65ad72",
    "isomorphic-fetch": "^2.2.1"
  },
  "engines": {
    "node": "6.x",
    "npm": "3.x"
  },
  "devEngines": {
    "node": "6.x",
    "npm": "3.x"
  }
}
