-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.22 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
{
"author": "thunsaker",
"dependencies": {},
"keywords": [],
"name": "droplet",
"pebble": {
"displayName": "Droplet",
"enableMultiJS": false,
"messageKeys": [],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/water_icon.png",
"menuIcon": true,
"name": "WATER_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/water_off_small.png",
"name": "IMAGE_DROP_OFF_SMALL",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/water_small.png",
"name": "IMAGE_DROP_SMALL",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/water_large.png",
"name": "IMAGE_DROP_LARGE",
"storageFormat": "png",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"uuid": "3f05eafb-50fa-49a7-915e-080e3e169139",
"watchapp": {
"watchface": false
}
},
"version": "1.0.0"
}