forked from pebble-examples/simplicity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 833 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
36
37
38
39
40
41
{
"version": "3.2.0",
"author": "Pebble Technology",
"private": true,
"dependencies": {},
"keywords": [
"pebble-app"
],
"pebble": {
"sdkVersion": "3",
"resources": {
"media": [
{
"menuIcon": true,
"type": "bitmap",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon_simplicity.png"
}
]
},
"projectType": "native",
"uuid": "030ee5fc-518b-49e5-b9b2-0700ee92af89",
"messageKeys": {},
"enableMultiJS": false,
"displayName": "Simplicity",
"watchapp": {
"onlyShownOnCommunication": false,
"hiddenApp": false,
"watchface": true
},
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"capabilities": []
},
"name": "Simplicity"
}