trakt.tv-matcher
Version:
Plugin adding a matcher for trakt.tv module
31 lines (30 loc) • 714 B
JSON
{
"name": "trakt.tv-matcher",
"version": "8.1.0",
"description": "Plugin adding a matcher for trakt.tv module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/vankasteelj/trakt.tv-matcher"
},
"keywords": [
"trakt.tv",
"trakt",
"tv",
"plugin",
"addon",
"matcher",
"filename"
],
"contributors": {
"name": "vankasteelj"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/vankasteelj/trakt.tv-matcher/issues"
},
"dependencies": {
"video-name-parser": "^1.4.6",
"trakt.tv": "^8.0.0"
}
}