Files
xen-orchestra/packages/xo-server-auth-ldap/package.json
T
2015-04-01 10:45:37 +02:00

36 lines
760 B
JSON

{
"name": "xo-server-auth-ldap",
"version": "0.1.2",
"license": "AGPL3",
"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": {
"mocha": "*",
"must": "*"
},
"scripts": {
"test": "mocha *.spec.js"
},
"dependencies": {
"bluebird": "^2.9.14",
"ldapjs": "^0.7.1"
}
}