-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.14 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "just-chat",
"author": "swansswansswansswanssosoft",
"version": "1.0.0",
"keywords": [
"pebble-app"
],
"private": true,
"dependencies": {
"core-js": "^3.6.5",
"firebase": "^7.23.0",
"pebble-clay": "^1.0.4",
"regenerator-runtime": "^0.13.7",
"whatwg-fetch": "^3.4.1"
},
"pebble": {
"displayName": "Just Chat",
"capabilities": [
"configurable"
],
"uuid": "d7a268aa-fe97-43df-b9b6-06cc5eb2ffa8",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"basalt",
"chalk",
"diorite"
],
"watchapp": {
"watchface": false
},
"messageKeys": {
"MessageText": 100,
"MessageUser": 101,
"ShouldVibrate": 102,
"ShouldConfirmDictation": 103
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "menu_icon.png"
}
]
}
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"webpack": "^5.1.0",
"webpack-cli": "^4.0.0"
}
}