Files
gaps/package.json
2020-03-30 23:14:48 +09:00

24 lines
709 B
JSON

{
"name": "gaps",
"version": "0.2.2",
"description": "Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. If those movies don't exist in your library, Gaps will recommend getting those movies, legally of course.",
"main": "/",
"dependencies": {},
"devDependencies": {
"cypress": "^4.1.0"
},
"scripts": {
"e2e": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JasonHHouse/Gaps.git"
},
"author": "Jason House",
"license": "ISC",
"bugs": {
"url": "https://github.com/JasonHHouse/Gaps/issues"
},
"homepage": "https://github.com/JasonHHouse/Gaps#readme"
}