summaryrefslogtreecommitdiff
path: root/package.json
blob: a819dafc14e4dec1a3de3276bb33908dfc4432f7 (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
32
33
34
35
36
37
38
{
  "name": "fastforge",
  "author": "Paul Buetow",
  "version": "1.0.0",
  "keywords": [
    "pebble-app"
  ],
  "private": true,
  "dependencies": {},
  "pebble": {
    "displayName": "FastForge",
    "uuid": "dee8dfc5-60b2-4c77-9315-08d96d7e4e38",
    "sdkVersion": "3",
    "enableMultiJS": true,
    "targetPlatforms": [
      "aplite",
      "basalt",
      "chalk",
      "diorite",
      "emery",
      "flint",
      "gabbro"
    ],
    "watchapp": {
      "watchface": false
    },
    "messageKeys": [
      "EXPORT_COMMAND",
      "EXPORT_SEQUENCE",
      "EXPORT_TOTAL",
      "EXPORT_ROW",
      "EXPORT_STATUS"
    ],
    "resources": {
      "media": []
    }
  }
}