UNPKG

node-blinkt

Version:

A Node.js Library to Interact With the Raspberry Pi Blinkt! LED Hat.

49 lines (48 loc) 1.34 kB
{ "name": "node-blinkt", "author": "Rob Evans - Irrelon Software Limited", "description": "A Node.js Library to Interact With the Raspberry Pi Blinkt! LED Hat.", "version": "1.2.1", "main": "./dist/Blinkt", "scripts": { "test": "node example", "build": "rimraf dist && babel ./src/*.js --out-dir dist && babel ./example/*.js --out-dir dist/example", "eslint": "eslint ./src/**.js ./tests/**.js", "eslint-fix": "eslint --fix ./src/**.js" }, "keywords": [ "node", "blinkt", "irrelon" ], "private": false, "dependencies": { "@babel/runtime": "^7.8.7", "node-wiring-pi": "0.0.5" }, "engines": { "node": "*" }, "repository": { "type": "git", "url": "git://github.com/irrelon/node-blinkt.git" }, "bugs": { "url": "http://github.com/irrelon/node-blinkt/issues" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.7", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-object-rest-spread": "^7.8.3", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/preset-env": "^7.8.7", "@babel/preset-react": "^7.8.3", "@babel/register": "^7.8.6", "babel-eslint": "^10.1.0", "eslint": "^6.8.0", "eslint-config-irrelon": "^1.0.10", "rimraf": "^2.7.1" }, "license": "ISC" }