-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 867 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
{
"author": "jacksonmlucas@gmail.com",
"dependencies": {},
"keywords": [],
"name": "commandline",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "Commandline",
"enableMultiJS": false,
"messageKeys": {
"backgroundColor": 3,
"batterySlider": 2,
"dateSlider": 0,
"textColor": 4,
"twentyFourHourFormat": 5,
"weatherSlider": 1
},
"projectType": "native",
"resources": {
"media": []
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"diorite"
],
"uuid": "44f66792-87e0-41b1-9e23-584b0a7344fa",
"watchapp": {
"watchface": true
}
},
"version": "1.0.0"
}