Files
NotPlexApp/package.json

19 lines
393 B
JSON

{
"name": "notplexapp",
"version": "1.0.0",
"description": "Stream media from the NotPlexServer",
"main": "main.js",
"scripts": {
"start": "electron . --enable-logging"
},
"repository": {
"type": "git",
"url": "https://git.bbrunson.com/brandon/NotPlexApp"
},
"author": "Brandon Brunson",
"license": "ISC",
"devDependencies": {
"electron": "^36.2.0"
}
}