UNPKG

js-gpiozero

Version:

A simple interface to GPIO devices with Raspberry Pi using nodejs

61 lines 1.67 kB
{ "version": "1.2.4", "name": "js-gpiozero", "description": "A simple interface to GPIO devices with Raspberry Pi using nodejs", "main": "./gpiozero/index.js", "repository": { "type": "git", "url": "https://github.com/i-am-digital/js-gpiozero.git" }, "bugs": { "url": "https://github.com/i-am-digital/js-gpiozero/issues" }, "scripts": { "test": "istanbul cover node_modules/mocha/bin/_mocha && codecov", "changelog": "standard-changelog -i CHANGELOG.md -w", "lint": "eslint ./gpiozero/**/*.js ./test/**/*.js", "docs": "jsdoc ./gpiozero -R ./README.md -d docs -c jsdoc.json", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "dependencies": { "rwlock": "5.0.0", "wiring-pi": "^2.2.1" }, "devDependencies": { "chai": "^3.5.0", "codecov": "^1.0.1", "cz-conventional-changelog": "^1.2.0", "docdash": "^0.4.0", "eslint": "^3.12.2", "eslint-config-airbnb-base": "^11.0.0", "eslint-config-node": "^1.6.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsdoc": "^2.4.0", "istanbul": "^0.4.5", "jsdoc": "^3.4.3", "mocha": "^3.2.0", "mocha-eslint": "^3.0.1", "semantic-release": "^6.3.2" }, "keywords": [ "wiringPi", "gpio", "raspberry", "pi", "raspberrypi", "bcm2835" ], "author": "Mike Trebilcock <mike@iamdigital.uk>", "contributors": [], "license": "ISC", "homepage": "https://i-am-digital.github.io/js-gpiozero", "directories": { "doc": "docs", "test": "tests" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }