-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.18 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
57
58
59
60
{
"pebble": {
"sdkVersion": "3",
"resources": {
"media": [
{
"type": "raw",
"name": "NARROW_FFONT",
"file": "archivo-narrow-regular.ffont"
},
{
"type": "raw",
"name": "BODY_FPATH",
"file": "body.fpath"
},
{
"type": "raw",
"name": "HOUR_FPATH",
"file": "hour.fpath"
},
{
"type": "raw",
"name": "MINUTE_FPATH",
"file": "minute.fpath"
}
]
},
"projectType": "native",
"uuid": "e3b3f17e-9ec4-4d81-a180-c7bba21a2cc1",
"messageKeys": {},
"enableMultiJS": true,
"displayName": "fctx-test",
"watchapp": {
"onlyShownOnCommunication": false,
"hiddenApp": false,
"watchface": true
},
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"capabilities": []
},
"name": "fctx-test",
"version": "1.2.0",
"author": "JR Mobley",
"private": true,
"dependencies": {
"pebble-fctx": "../"
},
"devDependencies": {
"pebble-fctx-compiler": "^1.2.1"
},
"keywords": [
"pebble-app"
]
}