forked from tripleplay369/pebble-color-calendar
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 941 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 941 Bytes
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
{
"author": "FC STUDIO",
"dependencies": {},
"keywords": [],
"name": "calendar-steel",
"pebble": {
"displayName": "Calendar Steel",
"enableMultiJS": false,
"messageKeys": [],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/MenuIcon.png",
"memoryFormat": "1Bit",
"menuIcon": true,
"name": "MENU_ICON",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"uuid": "881c4e1e-f037-4a3c-8904-d013fee4215e",
"watchapp": {
"watchface": false
}
},
"version": "1.2.0"
}