diff options
Diffstat (limited to 'lcolonq/package.json')
| -rw-r--r-- | lcolonq/package.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lcolonq/package.json b/lcolonq/package.json new file mode 100644 index 0000000..3a4ea11 --- /dev/null +++ b/lcolonq/package.json @@ -0,0 +1,32 @@ +{ + "name": "lcolonq", + "author": "lcolonq", + "version": "1.0.0", + "keywords": ["pebble-app"], + "private": true, + "dependencies": {}, + "pebble": { + "displayName": "lcolonq", + "uuid": "92d45f5e-656e-49c7-83b2-997ab8f35581", + "sdkVersion": "3", + "enableMultiJS": true, + "targetPlatforms": [ + "aplite", + "basalt", + "chalk", + "diorite", + "emery", + "flint", + "gabbro" + ], + "watchapp": { + "watchface": true + }, + "messageKeys": [ + "dummy" + ], + "resources": { + "media": [] + } + } +} |
