-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 837 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
{
"author": "clach04",
"dependencies": {
"pebble-clay": "^1.0.1"
},
"keywords": [],
"name": "fill-me-in",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "FILL ME IN!",
"enableMultiJS": true,
"messageKeys": [
"TIME_COLOR",
"VIBRATE_ON_DISCONNECT",
"BACKGROUND_COLOR",
"MAJOR_VERSION"
],
"projectType": "native",
"resources": {
"media": []
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "33a003e9-91ec-40fe-b652-b41248212f74",
"watchapp": {
"watchface": true
}
},
"version": "1.0.0"
}