pebblisp/package.json

41 lines
809 B
JSON

{
"version": "0.2.0",
"author": "Sage V.",
"private": true,
"dependencies": {},
"keywords": [
"pebble-app"
],
"pebble": {
"sdkVersion": "3",
"resources": {
"media": [
{
"type": "png",
"menuIcon": true,
"targetPlatforms": null,
"name": "APP_ICON_IDENTIFIER",
"file": "images/appicon.png"
}
]
},
"projectType": "native",
"uuid": "70ec170a-8e1b-11ea-bc55-0242ac130003",
"messageKeys": {},
"enableMultiJS": false,
"displayName": "PebbLisp",
"watchapp": {
"onlyShownOnCommunication": false,
"hiddenApp": false,
"watchface": false
},
"targetPlatforms": [
"aplite",
"basalt"
],
"capabilities": [
""
]
},
"name": "PebbLisp"
}