38 lines
939 B
JSON
38 lines
939 B
JSON
{
|
|
"name": "@uci/i2c",
|
|
"version": "0.1.0",
|
|
"description": "Bus and Device Classes for I2C Interfacing",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"testw": "./node_modules/.bin/mocha --reporter list --recursive --watch",
|
|
"test": "istanbul cover ./node_modules/.bin/_mocha test/ --report lcovonly -- -R spec --recursive && codecov || true"
|
|
},
|
|
"author": "David Kebler",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/uCOMmandIt/i2c.git"
|
|
},
|
|
"keywords": [
|
|
"node.js",
|
|
"i2c",
|
|
"rpi",
|
|
"raspberrypi"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/uCOMmandIt/i2c/issues"
|
|
},
|
|
"homepage": "https://github.com/uCOMmandIt/i2c#readme",
|
|
"dependencies": {
|
|
"@uci/require-all": "^2.x",
|
|
"i2c-bus": "^1.x"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"chai-as-promised": "^6.0.0",
|
|
"codecov": "^1.0.1",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^3.2.0"
|
|
}
|
|
}
|