summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 17 insertions, 5 deletions
diff --git a/package.json b/package.json
index 45fcf13..ecc4a9a 100644
--- a/package.json
+++ b/package.json
@@ -1,22 +1,34 @@
{
"name": "metronommle",
"author": "Reiner Herrmann",
- "version": "0.1.0",
- "keywords": ["pebble-app"],
+ "version": "0.2.0",
+ "keywords": [
+ "pebble-app"
+ ],
"private": true,
- "dependencies": {},
+ "capabilities": [
+ "configurable"
+ ],
+ "dependencies": {
+ "@rebble/clay": "^1.0.10"
+ },
"pebble": {
"displayName": "Metronommle",
"uuid": "e50eb510-a9eb-4d30-94f6-cbec496ded0b",
"sdkVersion": "3",
- "enableMultiJS": false,
+ "enableMultiJS": true,
"targetPlatforms": [
"emery"
],
"watchapp": {
"watchface": false
},
- "messageKeys": [],
+ "messageKeys": [
+ "bpm",
+ "beats",
+ "volume",
+ "beat_indicators[3]"
+ ],
"resources": {
"media": [
{