{
  "name": "atlassian-crowd-patched",
  "version": "0.5.1",
  "main": "./lib/index.js",
  "author": "Gary Steven <garys@darksidenetworks.com>",
  "contributors": [
    {
      "name": "Teemu Matilainen",
      "email": "teemu.matilainen@iki.fi"
    },
    {
      "name": "Petri Ämmälä"
    }
  ],
  "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"
  },
  "devDependencies": {
    "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"
  }
}
