{
  "name": "@reactive/fido",
  "description": "Search iTunes for reviews for one or more podcasts",
  "main": "lib/index.js",
  "scripts": {
    "test": "ava",
    "lint": "eslint src",
    "run-cli": "node lib/bin/cli.js",
    "fido": "npm-run-all transpile run-cli",
    "babel": "babel src --out-dir lib",
    "transpile": "npm-run-all clean babel",
    "clean": "rimraf lib",
    "watch": "babel src --watch --out-dir lib",
    "prepublish": "npm run transpile",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "author": "Henning Glatter-Gotz",
  "repository": {
    "type": "git",
    "url": "https://github.com/reactivepod/fido.git"
  },
  "preferGlobal": true,
  "bin": {
    "fido": "./lib/bin/cli.js"
  },
  "license": "MIT",
  "dependencies": {
    "Base64": "^0.3.0",
    "chalk": "^1.1.1",
    "chrono-node": "^1.0.8",
    "dateformat": "^1.0.11",
    "isomorphic-fetch": "^2.2.0",
    "lodash.uniqby": "^4.5.0",
    "pify": "^2.3.0",
    "promise-props": "^1.0.0",
    "user-home": "^2.0.0",
    "xml2js": "^0.4.16",
    "yam": "^0.0.19",
    "yargs": "^4.1.0"
  },
  "devDependencies": {
    "ava": "^0.15.1",
    "babel-cli": "^6.4.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.3.13",
    "cz-conventional-changelog": "^1.1.5",
    "eslint": "^2.11.1",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.8.1",
    "eslint-plugin-jsx-a11y": "^1.3.0",
    "eslint-plugin-react": "^5.1.1",
    "nock": "^8.0.0",
    "npm-run-all": "^2.1.1",
    "rimraf": "^2.5.0",
    "semantic-release": "^4.3.5"
  },
  "engines": {
    "node": ">=4.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "version": "3.1.1"
}