node-vscp
Version:
Utility and constant package for VSCP
34 lines (33 loc) • 805 B
JSON
{
"name": "node-vscp",
"version": "1.1.27",
"description": "Utility and constant package for VSCP",
"main": "src/vscp.js",
"scripts": {
"test": "mocha",
"readme2html": "./node_modules/.bin/markdown README.md -f gfm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grodansparadis/node-vscp.git"
},
"engines": {
"node": ">=10.4.0"
},
"keywords": [
"vscp",
"iot",
"automation"
],
"author": "Andreas Merkle/Ake Hedman, <vscp@blue-andi.de>/<akhe@grodansparadis.com> (https://www.vscp.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/grodansparadis/node-vscp/issues"
},
"homepage": "https://github.com/grodansparadis/node-vscp#readme",
"dependencies": {
"ini": ">=5.0.0"
},
"devDependencies": {
}
}