mcp23017-promise
Version:
MCP23017 library with promises.
40 lines (39 loc) • 962 B
JSON
{
"name": "mcp23017-promise",
"version": "2.0.1",
"description": "MCP23017 library with promises.",
"main": "dist/index.js",
"scripts": {
"doc": "typedoc",
"prepublish": "npm run build && npm run test && npm run doc",
"build": "tsc",
"test": "jest --config jest.config.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/async-i2c/mcp23017-promise.git"
},
"keywords": [
"i2c",
"mcp23017",
"promise"
],
"author": "crepi22@gmail.com",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://gitlab.com/async-i2c/mcp23017-promise/issues"
},
"homepage": "https://gitlab.com/async-i2c/mcp23017-promise#readme",
"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"
},
"dependencies": {
"async-i2c-bus": "^1.1.0"
},
"types": "dist/index.d.ts"
}