-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
56 lines (56 loc) · 1.45 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
{
"author": "Harley Watson",
"dependencies": {},
"keywords": [],
"name": "skunk",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "Skunk",
"enableMultiJS": false,
"messageKeys": {
"card_barcode_data": 22,
"card_index": 20,
"card_name": 23,
"card_value": 21,
"error": 99,
"fetch_data": 0,
"number_of_cards": 10,
"pushing_data": 1,
"rewards_updated_at": 13
},
"projectType": "native",
"resources": {
"media": [
{
"file": "images/refresh.png",
"name": "IMAGE_REFRESH",
"type": "bitmap"
},
{
"file": "images/icon.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "bitmap"
},
{
"file": "images/error.png",
"name": "IMAGE_ERROR",
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "1e420b43-63be-45f7-822c-2a7d57a55384",
"watchapp": {
"watchface": false
}
},
"version": "1.7.0"
}