Converted to package.json format

This commit is contained in:
= 2020-08-02 21:18:24 +01:00
parent a5ecb1b3aa
commit dd7efae6b1
3 changed files with 43 additions and 32 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ tags
*.swp
*.vims
node_modules/

View File

@ -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
}
}

41
package.json Normal file
View File

@ -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"
}