-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 973 Bytes
/
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
{
"author": "CodeHydra",
"dependencies": {
"pebble-clay": "^1.0.4"
},
"keywords": [],
"name": "robot-toy",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "Robot Toy",
"enableMultiJS": true,
"messageKeys": [
"ShowDate"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/robottoy.png",
"menuIcon": true,
"name": "APP_LOGO",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "73db1b08-a996-4999-ae9e-19f8813d1617",
"watchapp": {
"watchface": true
}
},
"version": "1.4.0"
}