-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 959 Bytes
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 959 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
{
"name": "pebball",
"author": "The Pebballers Team",
"version": "1.0.1",
"keywords": [
"pebble-app",
"game",
"tech-demo",
"baseball"
],
"private": true,
"dependencies": {
"pebble-clay": "^1.0.4"
},
"pebble": {
"displayName": "Pebball!",
"uuid": "73bc5078-bba5-486e-8fe7-4690d2ed20ae",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"watchapp": {
"watchface": false
},
"messageKeys": [
"WEBSOCKET_ACK_EVENT",
"WEBSOCKET_CONNECT_EVENT",
"WEBSOCKET_START_GAME_EVENT",
"WEBSOCKET_BATTER_POSITION_READY_EVENT",
"WEBSOCKET_PITCHER_THROW_EVENT",
"WEBSOCKET_BATTER_HIT_EVENT",
"WEBSOCKET_BATTER_MISS_EVENT",
"PITCH_REACH_TIME",
"WEBSERVER_URL"
],
"resources": {
"media": []
},
"capabilities": [
"configurable"
]
}
}