-
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) · 849 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 849 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": "felix@codeantics.co.uk",
"dependencies": {
"pebble-clay": "^1.0.0"
},
"keywords": [],
"name": "tiny3words",
"pebble": {
"capabilities": [
"location",
"configurable"
],
"displayName": "tiny3words",
"enableMultiJS": true,
"messageKeys": [
"refresh",
"words",
"enableRefresh",
"interval"
],
"projectType": "native",
"resources": {
"media": []
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "25af2eaa-1c04-4972-a5cb-d39ba43f8fb1",
"watchapp": {
"watchface": false
}
},
"version": "1.9.0"
}