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