Files
gaps/package.json
jhouse c84ee5e409 Adding more tests to libraries
Fixed bug when switching libs
2020-02-12 15:32:46 +09:00

24 lines
715 B
JSON

{
"name": "gaps",
"version": "0.2.2-alpha",
"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.0.1"
},
"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"
}