Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vesa Poikajärvi committed Apr 13, 2013
1 parent 977693f commit 5ecf7e4
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,39 @@
"name": "passport-ldapauth",
"description": "Passport authentication strategy for LDAP",
"author": "Vesa Poikajärvi <[email protected]>",
"keywords": ["ldap", "passport", "authentication", "ldapauth"],
"version": "0.0.2",

"keywords": [
"ldap",
"passport",
"authentication",
"ldapauth"
],
"version": "0.0.3",
"license": {
"type": "MIT",
"url": "https://github.com/vesse/passport-ldapauth/raw/master/LICENSE"
},

"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": {
"ldapauth": "~2.0.0",
"passport": "~0.1.1"
},

"devDependencies": {
"mocha": "1.9.x",
"chai": "1.5.x",
"ldapjs": "0.6.x",
"express": "3.1.x",
"supertest": "0.5.x"
},

"scripts": {
"test": "NODE_PATH=lib mocha test/*-test.js"
}
Expand Down

0 comments on commit 5ecf7e4

Please sign in to comment.