ldapjs-crowd
Version:
ldapjs middleware to use an Atlassian Crowd backend
58 lines (57 loc) • 1.64 kB
JSON
{
"name": "ldapjs-crowd",
"version": "1.0.1",
"description": "ldapjs middleware to use an Atlassian Crowd backend",
"main": "lib/index.js",
"scripts": {
"lint": "coffeelint -f coffeelint.json .",
"precoverage": "npm run lint",
"coverage": "multi='spec=- html-cov=coverage.html mocha-cov-reporter=-' mocha --recursive --compilers coffee:coffee-script/register --require coffee-coverage/register -R mocha-multi",
"prebuild": "npm run coverage",
"build": "coffee --compile --output lib/ src/",
"integration": "./integration.sh ldapjs-crowd",
"test": "npm run integration",
"prepublish": "npm run build"
},
"config": {
"mocha-cov-reporter": {
"failOnError": true,
"threshold": 100,
"useColors": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/pghalliday/ldapjs-crowd.git"
},
"keywords": [
"LDAP",
"Crowd",
"Authentication"
],
"author": "Peter Halliday",
"license": "MIT",
"bugs": {
"url": "https://github.com/pghalliday/ldapjs-crowd/issues"
},
"homepage": "https://github.com/pghalliday/ldapjs-crowd#readme",
"devDependencies": {
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.13.2",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"coffee-coverage": "^0.7.0",
"coffee-script": "^1.10.0",
"coffeelint": "^1.14.1",
"express": "^4.13.1",
"mocha": "^2.1.0",
"mocha-cov-reporter": "^1.1.3",
"mocha-multi": "^0.6.0",
"supertest": "^1.0.1"
},
"dependencies": {
"q": "^1.4.1",
"ldapjs": "^1.0.0",
"atlassian-crowd-client": "^1.2.0"
}
}