-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.2 KB
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
{
"author": "puhgee@gmail.com",
"dependencies": {},
"keywords": [],
"name": "huequeen",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "HueQueen",
"enableMultiJS": false,
"messageKeys": {
"IP": 0,
"Ligth": 2,
"User": 1,
"url": 3
},
"projectType": "native",
"resources": {
"media": [
{
"file": "images/huequeen_64.png",
"name": "img_queen",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/huequeen_28.png",
"menuIcon": true,
"name": "menue_img",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "df274b92-042b-4fc5-bfdc-b076ebbeb67d",
"watchapp": {
"watchface": false
}
},
"version": "1.0.0"
}