UNPKG

1.02 kBJSONView Raw
1{
2 "name": "passport-ldapauth",
3 "description": "LDAP authentication strategy for Passport",
4 "author": "Vesa Poikajärvi <vesa.poikajarvi@iki.fi>",
5 "contributors": [
6 "Simon Gaeremynck <gaeremyncks@gmail.com>"
7 ],
8 "keywords": [
9 "ldap",
10 "passport",
11 "authentication",
12 "ldapauth"
13 ],
14 "version": "0.1.2",
15 "license": {
16 "type": "MIT",
17 "url": "https://github.com/vesse/passport-ldapauth/raw/master/LICENSE"
18 },
19 "main": "./lib/passport-ldapauth",
20 "engines": {
21 "node": ">=0.8.0"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/vesse/passport-ldapauth.git"
26 },
27 "bugs": {
28 "url": "https://github.com/vesse/passport-ldapauth/issues"
29 },
30 "dependencies": {
31 "ldapauth-fork": "~2.2.5",
32 "passport": "~0.1.17"
33 },
34 "devDependencies": {
35 "mocha": "1.14.x",
36 "chai": "1.8.x",
37 "ldapjs": "0.6.x",
38 "express": "3.4.x",
39 "supertest": "0.8.x"
40 },
41 "scripts": {
42 "test": "NODE_PATH=lib mocha --reporter spec test/*-test.js"
43 }
44}