aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: a319dc57f0ececb6f3494632a24b090b29dd20db (plain)
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
{
  "name": "fitbit-cpu-clock",
  "version": "0.1.0",
  "license": "MIT",
  "devDependencies": {
    "@fitbit/sdk": "~3.1.0",
    "@fitbit/sdk-cli": "^1.6.0"
  },
  "fitbit": {
    "appUUID": "c9236219-6f1d-4c88-84d4-6383bf48a880",
    "appType": "clockface",
    "appDisplayName": "CPU",
    "iconFile": "resources/icon.png",
    "wipeColor": "#8bc34a",
    "requestedPermissions": [],
    "buildTargets": [
      "meson",
      "gemini"
    ],
    "i18n": {
      "en": {
        "name": "CPU"
      }
    },
    "defaultLanguage": "en-US"
  },
  "scripts": {
    "build": "fitbit-build",
    "debug": "fitbit"
  }
}