-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 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
47
48
49
50
51
52
53
54
55
56
57
{
"author": "stark-industries",
"dependencies": {},
"keywords": [],
"name": "digital-square",
"pebble": {
"displayName": "Digital Square",
"enableMultiJS": true,
"messageKeys": [],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/quiet_off",
"name": "IMAGE_VIBE",
"targetPlatforms": [
"basalt"
],
"type": "bitmap"
},
{
"file": "images/quiet_on",
"name": "IMAGE_QUIET",
"targetPlatforms": [
"basalt"
],
"type": "bitmap"
},
{
"file": "images/disconnected",
"name": "IMAGE_DISCONNECTED",
"targetPlatforms": [
"basalt"
],
"type": "bitmap"
},
{
"file": "images/connected",
"name": "IMAGE_CONNECTED",
"targetPlatforms": [
"basalt"
],
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"basalt"
],
"uuid": "0ed9b312-d1ad-4f9b-8c4a-a87d34d3da2f",
"watchapp": {
"watchface": true
}
},
"version": "0.1.0"
}