pebblisp/package.json

51 lines
1017 B
JSON

{
"version": "0.4.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"
},
{
"type": "font",
"file": "fonts/Inconsolata-Regular.ttf",
"name": "FONT_TINY_11"
}
]
},
"projectType": "native",
"uuid": "70ec170a-8e1b-11ea-bc55-0242ac130003",
"messageKeys": {
"ScriptNum": 0,
"ScriptText": 1
},
"enableMultiJS": false,
"displayName": "PebbLisp",
"watchapp": {
"onlyShownOnCommunication": false,
"hiddenApp": false,
"watchface": false
},
"targetPlatforms": [
"aplite",
"basalt",
"diorite"
],
"capabilities": [
""
]
},
"name": "PebbLisp"
}