{
  "author": {
    "name": "vinsonxiao"
  },
  "bugs": {
    "url": "https://github.com/TencentRdmCi/nodejs-cas/issues"
  },
  "dependencies": {
    "lodash": "^2.4.2",
    "node-fetch": "^1.5.1",
    "q": "^1.0.1",
    "query-string": "^4.1.0",
    "xml2js": "^0.4.16"
  },
  "description": "NodeJS implement of CAS(Central Authentication Service) client.",
  "devDependencies": {
    "body-parser": "^1.15.1",
    "cookie-parser": "^1.4.3",
    "ejs": "^2.4.2",
    "express": "^4.13.4",
    "express-session": "^1.13.0",
    "session-memory-store": "^0.2.1"
  },
  "directories": {
    "lib": "./lib"
  },
  "gitHead": "ba2dd45673631febefa9ecfd2e3fcc6f12372e0d",
  "homepage": "https://github.com/TencentRdmCi/nodejs-cas#readme",
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "xiaoyuze88@gmail.com",
      "name": "xiaoyuze88"
    }
  ],
  "name": "nodejs-cas",
  "optionalDependencies": {},
  "publish_time": 1461751821615,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TencentRdmCi/nodejs-cas.git"
  },
  "scripts": {
    "start": "node ./example"
  },
  "version": "1.0.12"
}
