2017-01-12 20:05:20 -08:00
|
|
|
{
|
|
|
|
"name": "uci-mcp",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "classes and functions for use the MCP chips",
|
|
|
|
"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/uci-mcp.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"node.js",
|
|
|
|
"microchip",
|
|
|
|
"i2c"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/uCOMmandIt/uci-mcp/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/uCOMmandIt/uci-mcp#readme",
|
|
|
|
"dependencies": {
|
2017-01-13 19:51:55 -08:00
|
|
|
"p-series": "^1.0.0",
|
|
|
|
"require-all": "git+https://github.com/dkebler/node-require-all.git#merge",
|
2017-05-15 12:42:20 -07:00
|
|
|
"uci-dev": "0.0.1",
|
|
|
|
"uci-gpio": "0.0.1",
|
|
|
|
"uci-utils": "0.0.1"
|
2017-01-12 20:05:20 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^3.5.0",
|
|
|
|
"codecov": "^1.0.1",
|
|
|
|
"istanbul": "^0.4.5",
|
|
|
|
"mocha": "^3.2.0"
|
|
|
|
}
|
|
|
|
}
|