-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 962 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 962 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
38
{
"author": "gustavo.recio@gmail.com",
"dependencies": {},
"keywords": [],
"name": "pokemon-notifier",
"pebble": {
"capabilities": [
"location",
"configurable"
],
"displayName": "Pokemon Notifier",
"enableMultiJS": true,
"messageKeys": [],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/app_icon",
"menuIcon": true,
"name": "APP_ICON",
"targetPlatforms": [
"aplite"
],
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite"
],
"uuid": "6769e9bb-8eb2-432a-ae49-050a3859f5ff",
"watchapp": {
"watchface": false
}
},
"version": "1.0.0"
}