forked from vesse/passport-ldapauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 KB
/
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
45
46
47
{
"name": "passport-ldapauth",
"description": "LDAP authentication strategy for Passport",
"author": "Vesa Poikajärvi <[email protected]>",
"contributors": [
"Simon Gaeremynck <[email protected]>",
"Michael Bailly <[email protected]>",
"Jason Gelinas <[email protected]>",
"arumi <[email protected]>",
"Anthony Hernandez <[email protected]>"
],
"keywords": [
"ldap",
"passport",
"authentication",
"ldapauth"
],
"version": "0.5.0",
"license": "MIT",
"main": "./lib/passport-ldapauth",
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/vesse/passport-ldapauth.git"
},
"bugs": {
"url": "https://github.com/vesse/passport-ldapauth/issues"
},
"dependencies": {
"passport-strategy": "1.x.x",
"ldapauth-fork": "https://github.com/UXabre/node-ldapauth-fork/tarball/versatile_group_filter"
},
"devDependencies": {
"body-parser": "1.14.x",
"chai": "3.4.x",
"express": "4.13.x",
"ldapjs": "1.0.x",
"mocha": "2.3.x",
"passport": "0.3.x",
"supertest": "1.1.x"
},
"scripts": {
"test": "NODE_PATH=lib mocha --reporter spec test/*-test.js"
}
}