-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.01 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
{
"author": "Sascha Linn",
"dependencies": {
"pebble-clay": "^1.0.0"
},
"keywords": [],
"name": "skwatch",
"pebble": {
"capabilities": [
"location",
"configurable",
"health"
],
"displayName": "Skwatch",
"enableMultiJS": true,
"messageKeys": [
"Temperature",
"Conditions",
"BackgroundColor"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "fonts/Skwatch.ttf",
"name": "SKWATCH_35",
"targetPlatforms": null,
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"emery"
],
"uuid": "04320de2-433f-4030-847c-53b5dcba6c46",
"watchapp": {
"watchface": true
}
},
"version": "1.2.0"
}