-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 839 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
{
"author": "haykinson@gmail.com",
"dependencies": {},
"keywords": [],
"name": "fuel-timer",
"pebble": {
"capabilities": [
""
],
"displayName": "Fuel Tank Timer",
"enableMultiJS": true,
"messageKeys": [],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/wingdith28.png",
"menuIcon": true,
"name": "ICON",
"type": "png"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "3179376f-ccb3-41ae-b708-9012e14dee54",
"watchapp": {
"watchface": false
}
},
"version": "2.0.0"
}