pebble-timeline-js
Version:
Simple JS package to allow inserting of personal (user) timeline pins or AppGlances from PebbleKit JS.
39 lines (38 loc) • 746 B
JSON
{
"name": "test-app",
"author": "Chris Lewis",
"version": "1.0.0",
"keywords": [
"pebble-app"
],
"private": true,
"dependencies": {
"pebble-timeline-js": ".."
},
"scripts": {
"rebuild": "cd ../ && pebble clean && pebble build && cd - && pebble clean && pebble build && pebble install --emulator"
},
"pebble": {
"displayName": "test-app",
"uuid": "2a5bc9dc-b7f9-42e2-8846-434ebaed565c",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery",
"flint",
"gabbro"
],
"watchapp": {
"watchface": false
},
"messageKeys": [
],
"resources": {
"media": []
}
}
}