{
  "name": "tvdb.ts",
  "description": "Node.js library for accessing TheTVDB's API",
  "version": "1.6.8",
  "author": "Lionel Seguin <lseguin@student.42.fr>",
  "keywords": [
    "tv",
    "tvdb",
    "thetvdb",
    "api",
    "wrapper",
    "typescript"
  ],
  "homepage": "https://github.com/lseguin42/tvdb.ts",
  "main": "index.js",
  "engines": {
    "node": ">=2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/lseguin42/tvdb.ts"
  },
  "dependencies": {
    "jszip": "2.6.0",
    "request": "2.70.0",
    "xml2js": "0.4.16"
  },
  "devDependencies": {
    "mocha": "2.4.5",
    "typescript": "^1.8.9",
    "tsd": "^0.6.5"
  },
  "scripts": {
    "test": "npm run tsc && npm run mocha",
    "mocha": "node node_modules/mocha/bin/mocha test/runner",
    "tsc": "node node_modules/typescript/bin/tsc",
    "tsd": "node node_modules/tsd/build/cli.js install",
    "prepublish": "npm run tsd && npm run tsc"
  },
  "license": "MIT"
}
