atlassian-crowd
Version:
A node.js module to communicate with Atlassian Crowd
39 lines (38 loc) • 1.12 kB
JSON
{
"name": "atlassian-crowd",
"version": "0.5.0",
"main": "./lib/index.js",
"author": "Gary Steven <garys@darksidenetworks.com>",
"contributors": [
{ "name": "Teemu Matilainen", "email": "teemu.matilainen@iki.fi" },
{ "name": "Petri Ämmälä" },
{ "name": "Trevor Hall" },
{ "name": "rhubarbselleven" },
{ "name": "fi-nationallibrary-artiva" }
],
"license": "MIT",
"description": "A node.js module to communicate with Atlassian Crowd",
"bugs": {
"url": "https://github.com/dsn/node-atlassian-crowd/issues"
},
"engines": {
"node": ">= 0.6.x"
},
"devDependancies": {
"nodeunit": "0.7.4",
"jshint": "0.9.1"
},
"bundledDependancies": [
"nodeunit",
"jshint"
],
"keywords": [ "atlassian", "crowd", "sso" ],
"repository": {
"type": "git",
"url": "https://github.com/dsn/node-atlassian-crowd.git"
},
"scripts": {
"test": "node_modules/nodeunit/bin/nodeunit test/run-tests.js",
"lint": "node_modules/jshint/bin/hint package.json lib/index.js lib/user.js lib/groups.js lib/session.js test/test.config test/run-tests.js"
}
}