UNPKG

pca9685-promise

Version:

controls a PCA9685 (PWM/Servo driver) in node.js using async-i2c-bus.

44 lines (43 loc) 1.04 kB
{ "name": "pca9685-promise", "version": "1.1.1", "description": "controls a PCA9685 (PWM/Servo driver) in node.js using async-i2c-bus.", "main": "dist/index.js", "scripts": { "prepublish": "npm run doc && npm run build && npm run test", "doc": "typedoc", "build": "tsc", "test": "jest --config jest.config.js" }, "repository": { "type": "git", "url": "git+https://gitlab.com/async-i2c/pca9685-promise.git" }, "keywords": [ "pca9685", "promise", "i2c" ], "author": "crepi22@gmail.com", "license": "BSD-3-Clause", "bugs": { "url": "https://gitlab.com/async-i2c/pca9685-promise/issues" }, "homepage": "https://gitlab.com/async-i2c/pca9685-promise#readme", "dependencies": { "async-i2c-bus": "^1.1.0" }, "devDependencies": { "@types/jest": "^24.0.15", "jest": "^24.8.0", "ts-jest": "^24.0.2", "tslint": "^5.18.0", "typedoc": "^0.14.2", "typescript": "^3.5.2" }, "types": "dist/index.d.ts", "files": [ "dist/**/*", "doc/**/*" ] }