medoc
Version:
A JavaScript library that can simply detect, clean up and transfert tv show episodes from a/ to b/.
36 lines (35 loc) • 904 B
JSON
{
"name": "medoc",
"version": "1.3.0",
"description": "A JavaScript library that can simply detect, clean up and transfert tv show episodes from a/ to b/.",
"main": "medoc.js",
"author": "BATTISTELLA Damien <battistella@protonmail.com>",
"license": "MIT",
"git": "https://github.com/Wifsimster/medoc",
"dependencies": {
"mkdirp": "^0.5.1",
"rimraf": "^3.0.0"
},
"scripts": {
"start": "node server.js",
"patch": "npm version patch && npm publish"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Wifsimster/medoc.git"
},
"keywords": [
"javascript",
"node.js",
"tv-shows",
"tv",
"directory",
"path",
"download"
],
"bugs": {
"url": "https://github.com/Wifsimster/medoc/issues"
},
"homepage": "https://github.com/Wifsimster/medoc#readme"
}