-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 1.65 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "screen-print",
"author": "Nullbleed",
"version": "1.0.0",
"keywords": [
"pebble-app"
],
"private": true,
"dependencies": {
"pebble-clay": "^1.0.3",
"pebble-fctx": "^1.6.2",
"pebble-fctx-compiler": "^1.2.1"
},
"pebble": {
"displayName": "screen-print",
"uuid": "47229b1c-f4f7-465d-a456-80d69b7e00df",
"capabilities": [
"configurable",
"location",
"health"
],
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"watchapp": {
"watchface": true
},
"messageKeys": [
"BackgroundColor",
"ForegroundColor",
"VibrateOnDisconnect",
"DisconnectIndicator",
"Location",
"ShakeForSteps",
"WeatherUseGPS",
"WeatherLocation",
"Init",
"Temperature",
"Conditions"
],
"resources": {
"media": [
{
"type": "bitmap",
"name": "IMAGE_WEATHER",
"file": "images/wetter_test_front.png"
},
{
"type": "bitmap",
"name": "IMAGE_WEATHER_WHITE",
"file": "images/wetter_test_back.png"
},
{
"type": "bitmap",
"name": "IMAGE_STEPS",
"file": "images/steps-05.png"
},
{
"type": "bitmap",
"name": "IMAGE_STEPS_BACKGROUND",
"file": "images/steps-05-05.png"
},
{
"type": "raw",
"name": "TEST_FFONT",
"file": "font/Porto.ffont"
}
]
}
},
"devDependencies": {
"pebble-fctx-compiler": "^1.2.0"
}
}