UNPKG

node-vscp

Version:
39 lines (38 loc) 962 B
{ "name": "node-vscp", "version": "1.1.26", "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": { "eslint": ">=9.21.0", "mocha": ">=11.1.0", "node-vscp-class": ">=1.0.23", "node-vscp-type": ">=1.0.22", "npm-check-updates": ">=17.1.15" } }