-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.19 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
{
"author": "skue",
"dependencies": {},
"keywords": [],
"name": "myberlinwatch",
"pebble": {
"capabilities": [
""
],
"displayName": "MyBerlinWatch",
"enableMultiJS": false,
"messageKeys": {},
"projectType": "native",
"resources": {
"media": [
{
"file": "images/20160127_MyBerlinWatch_1816_small.png",
"menuIcon": true,
"name": "PREVIEW_SMALL",
"targetPlatforms": [
"basalt"
],
"type": "bitmap"
},
{
"file": "images/20160127_MyBerlinWatch_1816.png",
"name": "PREVIEW_LARGE",
"targetPlatforms": [
"basalt"
],
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"basalt"
],
"uuid": "1a7d299c-662c-4b64-bee8-11988138e951",
"watchapp": {
"watchface": true
}
},
"version": "1.0.0"
}