UNPKG

blinkt-kit

Version:

Pimoroni Blinkt! NodeJS bindings. Based on node-blinkt. Updated for Node > 8.

35 lines (34 loc) 794 B
{ "name": "blinkt-kit", "version": "2.2.1", "description": "Pimoroni Blinkt! NodeJS bindings. Based on node-blinkt. Updated for Node > 8.", "main": "src/index.js", "scripts": { "test": "node example/index.js", "precommit": "pretty-quick --staged" }, "repository": { "type": "git", "url": "git+https://github.com/globalroo/blinkt-kit.git" }, "keywords": [ "Blinkt", "Pimoroni", "Node", "Javascript" ], "author": "Andy Davies", "license": "MIT", "bugs": { "url": "https://github.com/globalroo/blinkt-kit/issues" }, "homepage": "https://github.com/globalroo/blinkt-kit#readme", "dependencies": { "rpio": "^2.2.0" }, "devDependencies": { "husky": "^1.2.1", "prettier": "1.15.3", "pretty-quick": "^1.8.0" } }