-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"author": "TildaCubed",
"dependencies": {},
"keywords": [],
"name": "tiwatchface",
"pebble": {
"displayName": "TI Watchface",
"enableMultiJS": true,
"messageKeys": [],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/bt_disconnect.bmp",
"name": "BT_DC",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "fonts/TI_84_Font_40.ttf",
"name": "TI_FONT_40",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/TI_84_Font_18.ttf",
"name": "TI_FONT_18",
"targetPlatforms": null,
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "05b82d27-e7d8-40a9-8cf1-c1ba2eabd5eb",
"watchapp": {
"watchface": true
}
},
"version": "1.1.0"
}