this repo has no description
1{
2 "name": "tidface",
3 "author": "aliceisjustplaying",
4 "version": "1.1.0",
5 "keywords": [
6 "pebble-app"
7 ],
8 "private": true,
9 "dependencies": {
10 "pebble-clay": "^1.0.4"
11 },
12 "pebble": {
13 "displayName": "tidface",
14 "uuid": "d3486974-f487-4d30-b67f-9143c3ce7ab3",
15 "sdkVersion": "3",
16 "enableMultiJS": true,
17 "targetPlatforms": [
18 "aplite",
19 "basalt",
20 "diorite"
21 ],
22 "watchapp": {
23 "watchface": true
24 },
25 "messageKeys": [
26 "timeAlignmentMode",
27 "colorScheme"
28 ],
29 "resources": {
30 "media": []
31 }
32 }
33}