UNPKG

@skylord123/node-red-pebble-timeline

Version:

Node-RED nodes for interacting with the Pebble Timeline API

26 lines (25 loc) 634 B
{ "name": "@skylord123/node-red-pebble-timeline", "version": "1.0.1", "description": "Node-RED nodes for interacting with the Pebble Timeline API", "keywords": [ "node-red", "pebble", "timeline", "smartwatch" ], "author": "skylord123", "license": "MIT", "node-red": { "nodes": { "pebble-timeline-config": "pebble-timeline-config.js", "pebble-timeline-add": "pebble-timeline-add.js", "pebble-timeline-delete": "pebble-timeline-delete.js", "pebble-timeline-list": "pebble-timeline-list.js" } }, "dependencies": { "axios": "^1.3.4", "fs-extra": "^11.1.0" } }