-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
44 lines (44 loc) · 950 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "ldap-authentication",
"version": "3.2.4",
"description": "A simple async nodejs library for LDAP user authentication",
"main": "index.js",
"types": "./index.d.ts",
"scripts": {
"test": "node test/jasmine.js"
},
"repository": {
"type": "git",
"url": "https://github.com/shaozi/ldap-authentication.git"
},
"keywords": [
"ldap",
"authenticate",
"authentication",
"ldapjs",
"security",
"simple",
"lightweight",
"fast",
"async",
"passport",
"passportjs",
"login",
"password",
"username",
"ldap-authentication",
"ldap-authenticate"
],
"author": "Jingshao Chen",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/shaozi/ldap-authentication/issues"
},
"homepage": "https://github.com/shaozi/ldap-authentication#readme",
"dependencies": {
"ldapjs": "^3.0.7"
},
"devDependencies": {
"jasmine": "^5.3.0"
}
}