Initial commit.

This commit is contained in:
Julien Fontanet
2015-03-17 16:28:31 +01:00
commit de5ba5d0d3
7 changed files with 279 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
{
"name": "xo-server-auth-ldap",
"version": "0.0.0",
"license": "ISC",
"description": "LDAP authentication plugin for XO-Server",
"keywords": [
"xo-server",
"ldap"
],
"homepage": "https://github.com/vatesfr/xo-server-auth-ldap",
"bugs": "https://github.com/vatesfr/xo-server-auth-ldap/issues",
"repository": {
"type": "git",
"url": "https://github.com/vatesfr/xo-server-auth-ldap"
},
"author": {
"name": "Julien Fontanet",
"email": "julien.fontanet@isonoe.net"
},
"preferGlobal": false,
"files": [
"index.js"
],
"devDependencies": {
"ldapjs": "^0.7.1",
"mocha": "*",
"must": "*"
},
"scripts": {
"test": "mocha *.spec.js"
},
"dependencies": {
"bluebird": "^2.9.14"
}
}