UNPKG

680 BJSONView Raw
1{
2 "name": "node-tvdb",
3 "description": "Node.js library for accessing TheTVDB's API",
4 "version": "2.0.9",
5 "author": "Edward Wellbrook <edwellbrook@gmail.com>",
6 "keywords": [
7 "tv",
8 "tvdb",
9 "thetvdb",
10 "api",
11 "wrapper"
12 ],
13 "homepage": "https://github.com/edwellbrook/node-tvdb",
14 "main": "index.js",
15 "engines": {
16 "node": ">=4.0.0"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git://github.com/edwellbrook/node-tvdb.git"
21 },
22 "dependencies": {
23 "jszip": "3.1.0",
24 "request": "2.74.0",
25 "xml2js": "0.4.17"
26 },
27 "devDependencies": {
28 "mocha": "3.0.1"
29 },
30 "scripts": {
31 "test": "mocha test"
32 },
33 "license": "MIT"
34}