2017-12-21 15:47:42 -08:00
|
|
|
{
|
2018-01-18 21:32:07 -08:00
|
|
|
"name": "@uci/base",
|
2018-02-17 18:23:38 -08:00
|
|
|
"version": "0.1.1",
|
2017-12-21 15:47:42 -08:00
|
|
|
"description": "Mutli Level/Transport Message/Event Classes",
|
2018-01-27 23:20:33 -08:00
|
|
|
"main": "src/base",
|
2017-12-21 15:47:42 -08:00
|
|
|
"scripts": {
|
2018-04-05 15:35:29 -07:00
|
|
|
"deve": "./node_modules/.bin/nodemon -r @std/esm -e mjs examples/four-in-one",
|
|
|
|
"fio": "node -r @std/esm examples/four-in-one",
|
|
|
|
"mqtt": "node -r @std/esm examples/mqtt",
|
2018-01-18 21:32:07 -08:00
|
|
|
"testw": "mocha -r @std/esm test/*.test.mjs --watch --recurse --watch-extensions mjs",
|
|
|
|
"test": "mocha -r @std/esm test/*.test.mjs",
|
|
|
|
"testci": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec --recursive && codecov || true"
|
2017-12-21 15:47:42 -08:00
|
|
|
},
|
|
|
|
"author": "David Kebler",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/uCOMmandIt/message.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"node.js",
|
|
|
|
"i2c",
|
|
|
|
"rpi",
|
|
|
|
"raspberrypi"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/uCOMmandIt/message/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/uCOMmandIt/message#readme",
|
2018-01-18 21:32:07 -08:00
|
|
|
"@std/esm": "cjs",
|
2017-12-21 15:47:42 -08:00
|
|
|
"devDependencies": {
|
2018-02-17 18:23:38 -08:00
|
|
|
"@std/esm": "^0.22.0",
|
2017-12-21 15:47:42 -08:00
|
|
|
"chai": "^4.1.2",
|
|
|
|
"chai-as-promised": "^7.1.1",
|
|
|
|
"codecov": "^3.0.0",
|
|
|
|
"istanbul": "^0.4.5",
|
2018-02-17 18:23:38 -08:00
|
|
|
"mocha": "^5.0.1",
|
2018-02-13 14:19:18 -08:00
|
|
|
"nodemon": "^1.14.12"
|
2018-01-18 21:32:07 -08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-04-05 15:35:29 -07:00
|
|
|
"@uci/mqtt": "0.0.1",
|
2018-02-17 18:23:38 -08:00
|
|
|
"@uci/socket": "^0.1.1",
|
|
|
|
"@uci/utils": "^0.1.1"
|
2017-12-21 15:47:42 -08:00
|
|
|
}
|
|
|
|
}
|