Converted to package.json format
This commit is contained in:
parent
a5ecb1b3aa
commit
dd7efae6b1
|
@ -4,3 +4,5 @@ tags
|
|||
|
||||
*.swp
|
||||
*.vims
|
||||
|
||||
node_modules/
|
||||
|
|
32
appinfo.json
32
appinfo.json
|
@ -1,32 +0,0 @@
|
|||
{
|
||||
"appKeys": {},
|
||||
"capabilities": [
|
||||
""
|
||||
],
|
||||
"companyName": "Sage V.",
|
||||
"enableMultiJS": false,
|
||||
"longName": "PebbLisp",
|
||||
"projectType": "native",
|
||||
"resources": {
|
||||
"media": [
|
||||
{
|
||||
"file": "images/appicon.png",
|
||||
"menuIcon": true,
|
||||
"name": "APP_ICON_IDENTIFIER",
|
||||
"targetPlatforms": null,
|
||||
"type": "png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sdkVersion": "3",
|
||||
"shortName": "PebbLisp",
|
||||
"targetPlatforms": [
|
||||
"aplite",
|
||||
"basalt"
|
||||
],
|
||||
"uuid": "70ec170a-8e1b-11ea-bc55-0242ac130003",
|
||||
"versionLabel": "0.2",
|
||||
"watchapp": {
|
||||
"watchface": false
|
||||
}
|
||||
}
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"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"
|
||||
}
|
Loading…
Reference in New Issue