-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 982 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "prebble",
"author": "irek",
"version": "3.0.0",
"keywords": [
"pebble-watchface",
"hackathon1",
"prebble",
"pRebble"
],
"private": false,
"dependencies": {
"pebble-clay": "^1.0.4"
},
"pebble": {
"displayName": "pRebble",
"uuid": "f5a97a3e-4aa4-4a46-a8a1-ca590667b2d7",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"watchapp": {
"watchface": true
},
"messageKeys": [
"BGCOLOR",
"FGTYPE",
"FGCOLOR",
"FGDITHER",
"FGBT",
"VIBEBT0",
"VIBEBT1",
"VIBEH",
"DATE"
],
"resources": {
"media": [
{
"menuIcon": "true",
"type": "png",
"name": "MENU_ICON",
"file": "icon.png"
},
{
"type": "raw",
"name": "SEQ",
"file": "seq.pdc"
}
]
}
}
}