-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 821 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
42
43
44
{
"version": "2.3.0",
"author": "Gregoire Sage",
"private": true,
"dependencies": {
"enamel": "^1.2.4",
"omggif": "^1.0.8",
"pebble-clay": "^1.0.3",
"zlibjs": "^0.2.0"
},
"keywords": [
"pebble-app"
],
"pebble": {
"sdkVersion": "3",
"resources": {
"media": []
},
"projectType": "native",
"uuid": "ed4bd38e-6b71-4cc2-a3cf-1a3732ec2f2b",
"messageKeys": [
"index",
"chunk",
"message",
"size",
"url"
],
"enableMultiJS": true,
"displayName": "Image viewer",
"watchapp": {
"onlyShownOnCommunication": false,
"hiddenApp": false,
"watchface": false
},
"targetPlatforms": [
"aplite",
"basalt"
],
"capabilities": [
"configurable"
]
},
"name": "Image viewer"
}