subdb-node
Version:
A wrapper for TheSubDB.com API.
39 lines (38 loc) • 855 B
JSON
{
"name": "subdb-node",
"version": "0.1.53",
"description": "A wrapper for TheSubDB.com API. ",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"keywords": [
"subtitle downloader",
"download subtitles",
"subliminal",
"thesubdb",
"subdb"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vinay Chandran",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"request": "^2.87.0",
"request-progress": "^3.0.0"
},
"bin": {
"subdb": "lib/bin.js"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/vinaychandranvs/subdb-node.git"
},
"bugs": {
"url": "https://github.com/vinaychandranvs/subdb-node/issues"
},
"homepage": "https://github.com/vinaychandranvs/subdb-node#readme"
}