inital commit, basic functionality and streaming with server working
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user