-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 911 Bytes
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 911 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "pebblsky",
"author": "Liam Masters",
"version": "1.93",
"dependencies": {
"pebble-clay": "^1.0.4"
},
"pebble": {
"displayName": "Pebblsky",
"uuid": "d97cb00a-931d-4502-a89f-3fcaf1fb515c",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"watchapp": {
"watchface": false
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "bitmap",
"name": "IMAGE_ICON",
"file": "butterfly_icon.png"
}
]
},
"messageKeys": [
"MessageType",
"Count",
"TopicName",
"TopicId",
"PostName",
"PostHandle",
"PostText",
"PostTime",
"FeedName",
"FeedId",
"UserHandle",
"Password",
"Error",
"Limit"
]
}
}