toroface/package.json

31 lines
548 B
JSON
Raw Normal View History

2025-10-11 19:08:30 +05:00
{
"name": "toroface",
"author": "MakeAwesomeHappen",
"version": "1.0.0",
"keywords": ["pebble-app"],
"private": true,
"dependencies": {},
"pebble": {
"displayName": "toroface",
"uuid": "abf5b955-5d57-4067-8f3d-162d8871b4b8",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"watchapp": {
"watchface": false
},
"messageKeys": [
"dummy"
],
"resources": {
"media": []
}
}
}