Upload files to "/"
This commit is contained in:
99
package.json
Normal file
99
package.json
Normal file
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"author": "singleserveapps",
|
||||
"dependencies": {
|
||||
"pebble-battery-bar": "^1.0.8",
|
||||
"pebble-bluetooth-icon": "^1.0.6"
|
||||
},
|
||||
"keywords": [],
|
||||
"name": "basic-steps-weather",
|
||||
"pebble": {
|
||||
"capabilities": [
|
||||
"location",
|
||||
"configurable",
|
||||
"health"
|
||||
],
|
||||
"displayName": "Basic Steps Weather",
|
||||
"enableMultiJS": true,
|
||||
"messageKeys": {
|
||||
"KEY_BACKGROUND_COLOR": 22,
|
||||
"KEY_CONDITIONS": 2,
|
||||
"KEY_CONDITION_CODE": 13,
|
||||
"KEY_DISPLAY_DIGITAL_TIME": 15,
|
||||
"KEY_DISPLAY_WEATHER": 5,
|
||||
"KEY_GET_WEATHER": 7,
|
||||
"KEY_HOUR_FONT": 23,
|
||||
"KEY_HR_COLOR": 19,
|
||||
"KEY_JS_READY": 18,
|
||||
"KEY_MINUTES_FONT": 24,
|
||||
"KEY_MIN_COLOR": 20,
|
||||
"KEY_MIN_SINCE_WEATHER_UPDATE": 6,
|
||||
"KEY_OPTIONS": 99,
|
||||
"KEY_SHAKE_FOR_LOHI": 14,
|
||||
"KEY_TEMPERATURE": 8,
|
||||
"KEY_TEMPERATURE_HI": 10,
|
||||
"KEY_TEMPERATURE_IN_C": 1,
|
||||
"KEY_TEMPERATURE_IN_C_HI": 12,
|
||||
"KEY_TEMPERATURE_IN_C_LO": 11,
|
||||
"KEY_TEMPERATURE_LO": 9,
|
||||
"KEY_USE_CELSIUS": 4,
|
||||
"KEY_WEATHER_FREQUENCY": 3,
|
||||
"KEY_WEATHER_LOCATION": 17,
|
||||
"KEY_WEATHER_USE_GPS": 16,
|
||||
"KEY_WSD_COLOR": 21
|
||||
},
|
||||
"projectType": "native",
|
||||
"resources": {
|
||||
"media": [
|
||||
{
|
||||
"file": "fonts/Roboto-Light.ttf",
|
||||
"name": "FONT_ROBOTO_LIGHT_52",
|
||||
"targetPlatforms": null,
|
||||
"type": "font"
|
||||
},
|
||||
{
|
||||
"file": "fonts/Roboto-Light.ttf",
|
||||
"name": "FONT_ROBOTO_LIGHT_48",
|
||||
"targetPlatforms": null,
|
||||
"type": "font"
|
||||
},
|
||||
{
|
||||
"file": "fonts/Roboto-Bold.ttf",
|
||||
"name": "FONT_ROBOTO_BOLD_50",
|
||||
"targetPlatforms": null,
|
||||
"type": "font"
|
||||
},
|
||||
{
|
||||
"file": "fonts/Roboto-Bold.ttf",
|
||||
"name": "FONT_ROBOTO_BOLD_48",
|
||||
"targetPlatforms": null,
|
||||
"type": "font"
|
||||
},
|
||||
{
|
||||
"file": "fonts/Roboto-Regular.ttf",
|
||||
"name": "FONT_ROBOTO_REGULAR_52",
|
||||
"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": "825b781e-9945-47be-80c8-f3a578492c87",
|
||||
"watchapp": {
|
||||
"watchface": true
|
||||
}
|
||||
},
|
||||
"version": "1.6.0"
|
||||
}
|
||||
Reference in New Issue
Block a user