mirror of
https://github.com/He4eT/dice.git
synced 2026-05-04 17:37:25 +00:00
31 lines
541 B
JSON
31 lines
541 B
JSON
{
|
|
"name": "Dice",
|
|
"author": "He4eT",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"pebble-app"
|
|
],
|
|
"private": true,
|
|
"dependencies": {
|
|
"pebble-clay": "1.0.4"
|
|
},
|
|
"pebble": {
|
|
"displayName": "Dice",
|
|
"uuid": "11100000-0000-0000-0000-000000000001",
|
|
"sdkVersion": "3",
|
|
"enableMultiJS": true,
|
|
"projectType": "native",
|
|
"watchapp": {
|
|
"watchface": false
|
|
},
|
|
"capabilities": [
|
|
"configurable"
|
|
],
|
|
"messageKeys": [
|
|
"UPPER_BOUND"
|
|
],
|
|
"resources": {
|
|
"media": []
|
|
}
|
|
}
|
|
}
|