-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 939 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
{
"author": "mgabor",
"dependencies": {},
"keywords": [],
"name": "acceltool",
"pebble": {
"displayName": "AccelTool",
"enableMultiJS": false,
"messageKeys": [],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/bg.png",
"name": "IMAGE_BG",
"type": "bitmap"
},
{
"file": "images/menuicon.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "8dd4df35-7d05-41a3-881c-f250fdfef6b9",
"watchapp": {
"watchface": false
}
},
"version": "1.7.0"
}