Upload files to "/"
This commit is contained in:
75
package.json
Normal file
75
package.json
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"author": "singleserveapps",
|
||||
"dependencies": {
|
||||
"pebble-battery-bar": "^1.0.8",
|
||||
"pebble-bluetooth-icon": "^1.0.6"
|
||||
},
|
||||
"keywords": [],
|
||||
"name": "basic-steps",
|
||||
"pebble": {
|
||||
"capabilities": [
|
||||
"configurable",
|
||||
"health"
|
||||
],
|
||||
"displayName": "Basic Steps",
|
||||
"enableMultiJS": true,
|
||||
"messageKeys": {
|
||||
"KEY_BACKGROUND_COLOR": 5,
|
||||
"KEY_HOUR_FONT": 6,
|
||||
"KEY_HR_COLOR": 2,
|
||||
"KEY_JS_READY": 1,
|
||||
"KEY_MINUTES_FONT": 7,
|
||||
"KEY_MIN_COLOR": 3,
|
||||
"KEY_OPTIONS": 99,
|
||||
"KEY_WSD_COLOR": 4
|
||||
},
|
||||
"projectType": "native",
|
||||
"resources": {
|
||||
"media": [
|
||||
{
|
||||
"file": "fonts/Roboto-Bold.ttf",
|
||||
"name": "FONT_ROBOTO_BOLD_48",
|
||||
"targetPlatforms": null,
|
||||
"type": "font"
|
||||
},
|
||||
{
|
||||
"file": "fonts/Roboto-Light.ttf",
|
||||
"name": "FONT_ROBOTO_LIGHT_48",
|
||||
"targetPlatforms": null,
|
||||
"type": "font"
|
||||
},
|
||||
{
|
||||
"file": "fonts/Roboto-Thin.ttf",
|
||||
"name": "FONT_ROBOTO_THIN_48",
|
||||
"targetPlatforms": null,
|
||||
"type": "font"
|
||||
},
|
||||
{
|
||||
"file": "fonts/Roboto-Regular.ttf",
|
||||
"name": "FONT_ROBOTO_REGULAR_36",
|
||||
"targetPlatforms": null,
|
||||
"type": "font"
|
||||
},
|
||||
{
|
||||
"file": "fonts/Roboto-Regular.ttf",
|
||||
"name": "FONT_ROBOTO_REGULAR_48",
|
||||
"targetPlatforms": null,
|
||||
"type": "font"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sdkVersion": "3",
|
||||
"targetPlatforms": [
|
||||
"aplite",
|
||||
"basalt",
|
||||
"chalk",
|
||||
"diorite",
|
||||
"emery"
|
||||
],
|
||||
"uuid": "076a67db-0a26-4e79-90da-048c2652fafe",
|
||||
"watchapp": {
|
||||
"watchface": true
|
||||
}
|
||||
},
|
||||
"version": "3.5.0"
|
||||
}
|
||||
Reference in New Issue
Block a user