Initial code commit
This commit is contained in:
40
package.json
Normal file
40
package.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"author": "RandyTheSilly",
|
||||
"dependencies": {},
|
||||
"keywords": [
|
||||
"jellyfin",
|
||||
"plex",
|
||||
"sleep"
|
||||
],
|
||||
"capabilities": [
|
||||
"health"
|
||||
],
|
||||
"name": "one-more-episode",
|
||||
"pebble": {
|
||||
"displayName": "One More Episode",
|
||||
"enableMultiJS": true,
|
||||
"messageKeys": [
|
||||
"APP_READY",
|
||||
"SLEEP_TIME",
|
||||
"API_FULL_URL"
|
||||
],
|
||||
"projectType": "native",
|
||||
"resources": {
|
||||
"media": []
|
||||
},
|
||||
"sdkVersion": "3",
|
||||
"targetPlatforms": [
|
||||
"basalt",
|
||||
"chalk",
|
||||
"diorite",
|
||||
"flint",
|
||||
"emery",
|
||||
"gabbro"
|
||||
],
|
||||
"uuid": "3097b48e-552c-4a78-92b2-566b9128640e",
|
||||
"watchapp": {
|
||||
"watchface": false
|
||||
}
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user