-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 864 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
{
"author": "Torsten Wunderlich",
"dependencies": {},
"keywords": [],
"name": "mengenlehreuhr",
"pebble": {
"capabilities": [
""
],
"displayName": "Mengenlehreuhr",
"enableMultiJS": false,
"messageKeys": [],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/BerlinClockIconDither.png",
"menuIcon": true,
"name": "DITHERED_ICON",
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "1726d6dd-ee0c-446d-8a47-717d8c5a4938",
"watchapp": {
"watchface": true
}
},
"version": "1.3.0"
}