{
  "name": "addic7ed-subtitles-api",
  "version": "1.1.3",
  "description": "API for Addic7ed subtitles.",
  "main": "index.js",
  "author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com)",
  "license": "MIT",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "eslint '{index,test/**/*}.js' && istanbul cover _mocha '{test/**/*,!test/helpers/**/*}.js' && istanbul check-coverage"
  },
  "dependencies": {
    "cheerio": "^0.22.0",
    "content-disposition": "^0.5.1",
    "content-type": "^1.0.2",
    "date.js": "^0.3.1",
    "got": "^6.3.0",
    "lodash": "^4.15.0",
    "normalize-url": "^1.6.1",
    "safe-buffer": "^5.0.1"
  },
  "devDependencies": {
    "eslint": "^3.1.1",
    "eslint-config-niksy": "^3.0.1",
    "istanbul": "^0.4.3",
    "mocha": "^3.1.2",
    "nock": "^8.0.0",
    "timekeeper": "^0.1.1"
  },
  "engines": {
    "node": ">=4"
  },
  "keywords": [
    "addic7ed",
    "api",
    "subtitles"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/niksy/addic7ed-subtitles-api.git"
  },
  "bugs": {
    "url": "https://github.com/niksy/addic7ed-subtitles-api/issues"
  },
  "homepage": "https://github.com/niksy/addic7ed-subtitles-api#readme"
}
