-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.25 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
{
"author": "[email protected]",
"dependencies": {
"pebble-clay": "^1.0.0"
},
"keywords": [],
"name": "send-message",
"pebble": {
"capabilities": [
"location",
"configurable"
],
"displayName": "Send Message",
"enableMultiJS": true,
"messageKeys": {
"label1": 2,
"label2": 3,
"label3": 4,
"msg": 1,
"queries1": 5,
"queries2": 6,
"queries3": 7,
"text1": 8,
"text2": 9,
"text3": 10
},
"projectType": "native",
"resources": {
"media": [
{
"file": "images/sendmessagecolor24.png",
"menuIcon": true,
"name": "Menu_Image",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "5135b152-f9ad-40ff-987d-8f5ff4e31ea4",
"watchapp": {
"watchface": false
}
},
"version": "5.8.0"
}