-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 863 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
38
39
{
"name": "0b1100oclock",
"version": "1.0.0",
"description": "0b1100 O'Clock - a Binary Clockface for Fitbit",
"repository": {
"type": "git",
"url": "https://github.com/akosthekiss/0b1100oclock.git"
},
"author": "Akos Kiss",
"license": "BSD-3-Clause",
"fitbit": {
"appUUID": "c9a0dc25-ec35-4c41-b26e-b5c2bcfab3a6",
"appType": "clockface",
"appDisplayName": "0b1100 O'Clock",
"iconFile": "resources/icon.png",
"wipeColor": "",
"requestedPermissions": [],
"buildTargets": [
"higgs",
"meson",
"gemini",
"mira"
],
"i18n": {
"en": {
"name": "0b1100 O'Clock"
}
},
"defaultLanguage": "en-US"
},
"devDependencies": {
"@fitbit/sdk": "~4.1.0",
"@fitbit/sdk-cli": "^1.7.2"
},
"scripts": {
"build": "fitbit-build",
"debug": "fitbit"
}
}