40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@uci/remote-code",
|
|
"version": "0.0.1",
|
|
"description": "module to copy, maintain, and launch hardware modules on other machines",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"testd": "./node_modules/.bin/mocha -r esm --watch --timeout 30000 || exit 0",
|
|
"test": "./node_modules/.bin/mocha -r esm --timeout 30000 || exit 0",
|
|
"testibc": "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-remote-code.git"
|
|
},
|
|
"keywords": [
|
|
"node.js",
|
|
"I2C",
|
|
"raspberryPi"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/uCOMmandIt/uci-remote-code/issues"
|
|
},
|
|
"homepage": "https://github.com/uCOMmandIt/uci-remote-code#readme",
|
|
"dependencies": {
|
|
"chokidar": "^2.0.4",
|
|
"p-settle": "^2.1.0",
|
|
"rsyncwrapper": "^3.0.1",
|
|
"ssh2": "^0.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"codecov": "^3.1.0",
|
|
"esm": "^3.1.4",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^5.x"
|
|
}
|
|
}
|