diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-06 15:09:09 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-06 15:09:09 +0300 |
| commit | 61b5b70c8cb96908309ba2299b7335966d54e420 (patch) | |
| tree | 35544b009a8fcd75864a4a4ae40a4fc25ca713c4 /package.json | |
| parent | dec06a442481ee864ed784597d431000173acae6 (diff) | |
initial
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..2e2224a --- /dev/null +++ b/package.json @@ -0,0 +1,32 @@ +{ + "name": "fastforge", + "author": "MakeAwesomeHappen", + "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": [ + "dummy" + ], + "resources": { + "media": [] + } + } +} |
