uhppoted
Version:
NodeJS module wrapper for the interface to UHPPOTE TCP/IP Wiegand Access Controllers
41 lines (40 loc) • 989 B
JSON
{
"name": "uhppoted",
"version": "0.9.0",
"description": "NodeJS module wrapper for the interface to UHPPOTE TCP/IP Wiegand Access Controllers",
"author": "uhppoted",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uhppoted/uhppoted-lib-nodejs.git"
},
"bugs": {
"url": "https://github.com/uhppoted/uhppoted-lib-nodejs/issues"
},
"homepage": "https://github.com/uhppoted/uhppoted-lib-nodejs#readme",
"keywords": [
"uhppote",
"wiegand",
"access control"
],
"main": "index.js",
"scripts": {
"build": "eslint ./src/**/*.js ./test/**/*.js ./integration-tests/**/*.js",
"test": "mocha 'test/**/*_spec.js'"
},
"engines": {
"node": ">=14.18.3"
},
"dependencies": {
"os": "^0.1.1"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"chai": "^4.3.4",
"eslint": "^9.19.0",
"globals": "^15.15.0",
"jsdoc": "^4.0.2",
"mocha": "^11.1.0",
"prettier": "^3.8.1"
}
}