forked from auth0/ad-ldap-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.29 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
48
49
50
51
{
"name": "sql-fs",
"version": "2.1.1",
"description": "ADLDAP Federation Connector",
"main": "server.js",
"scripts": {
"test": "mocha --timeout 50000",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/auth0/sql-fs.git"
},
"keywords": [
"sql",
"federation",
"identity",
"ws-federation"
],
"author": "Auth0",
"license": "MIT",
"dependencies": {
"express": "~3.1.0",
"passport": "~0.1.16",
"ejs": "~0.8.3",
"cookie-sessions": "https://github.com/auth0/cookie-sessions/tarball/master",
"wsfed": "~0.5.7",
"nconf": "https://github.com/jfromaniello/nconf/tarball/master",
"passport-local": "~0.1.6",
"colors": "~0.6.0-1",
"passport-windowsauth": "~0.1.11",
"ldapjs": "https://github.com/auth0/node-ldapjs/tarball/master",
"jsonwebtoken": "~0.1.0",
"xtend": "~2.1.1",
"request": "~2.16.6",
"url-join": "0.0.1",
"freeport": "~1.0.2",
"ws": "~0.4.31",
"async": "~0.2.9",
"selfsigned": "~1.2.0",
"commander": "~1.1.1",
"thumbprint": "0.0.1",
"base64url": "https://github.com/jfromaniello/base64url/tarball/master",
"winston": "~0.7.2",
"kerberos-server": "*"
},
"devDependencies": {
"chai": "~1.7.2",
"mocha": "~1.11.0"
}
}