UNPKG

blink1-bitcoin

Version:

A tiny tool to connect your blink(1) device with Bitcoin live trades using websockets.

41 lines (40 loc) 933 B
{ "name": "blink1-bitcoin", "version": "0.1.6", "description": "A tiny tool to connect your blink(1) device with Bitcoin live trades using websockets.", "homepage": "https://github.com/thbaumbach/blink1-bitcoin", "readmeFilename": "README.md", "main": "src/", "scripts": { "test": "echo test" }, "preferGlobal": true, "bin": { "blink1-bitcoin": "bin/blink1-bitcoin" }, "repository": { "type" : "git", "url" : "https://github.com/thbaumbach/blink1-bitcoin" }, "bugs": { "url": "https://github.com/thbaumbach/blink1-bitcoin/issues" }, "dependencies": { "node-hid": "^0.5.1", "node-blink1": "^0.2.2", "pusher-client": "^0.2.3", "ws": "^0.8.0", "socket.io-client": "^1.3.7" }, "keywords": [ "blink1", "blink(1)", "blink", "bitcoin", "live", "trade", "websocket" ], "author": "Thomas Baumbach <tom@xolo.pw>", "license": "MIT" }