UNPKG

node-red-contrib-ldap-login

Version:
46 lines 1.08 kB
{ "name": "node-red-contrib-ldap-login", "version": "0.0.15", "description": "Node-RED node for Microsoft Active Directory (LDAP).", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/dmvstar/node-red-contrib-ldap-login.git" }, "keywords": [ "node-red", "node", "ad", "active", "directory", "ldapjs", "ldap" ], "author": "StarDust", "license": "MIT", "bugs": { "url": "https://github.com/dmvstar/node-red-contrib-ldap-login/issues" }, "homepage": "https://github.com/dmvstar/node-red-contrib-ldap-login#readme", "node-red": { "nodes": { "login-user": "./nodes/login-user.js", "find-user": "./nodes/find-user.js" } }, "dependencies": { "ldapjs": "^2.0.0", "mustache": "^4.0.0" }, "devDependencies": { "express": "^4.16.2", "mocha": "^7.1.1", "nock": "^12.0.3", "node-red": "^1.0.3", "node-red-node-test-helper": "^0.2.3", "should": "^13.1.3", "sinon": "^9.0.2", "supertest": "^4.0.2", "when": "^3.7.8" } }