{
  "name": "orator-session",
  "version": "1.1.7",
  "description": "Session state and authentication manager for Orator Restful web API server.",
  "main": "source/Orator-Session.js",
  "scripts": {
    "coverage": "nyc npm run test --reporter=lcov",
    "test": "./node_modules/mocha/bin/_mocha -u tdd -R spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jasonhillier/orator-session.git"
  },
  "keywords": [
    "orator",
    "session"
  ],
  "author": "Jason Hillier <jason@paviasystems.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jasonhillier/orator-session/issues"
  },
  "homepage": "https://github.com/jasonhillier/orator-session",
  "devDependencies": {
    "async": "0.9.0",
    "chai": "4.2.0",
    "codeclimate-test-reporter": "0.0.4",
    "coveralls": "2.11.2",
    "fable": "^2.0.0",
    "mocha": "6.1.4",
    "nyc": "^14.1.0",
    "orator": "^1.0.18",
    "sinon": "^10.0.0",
    "supertest": "6.1.3"
  },
  "dependencies": {
    "fable-uuid": "^1.0.3",
    "memcached": "^2.1.0",
    "restify-cookies": "^0.1.1"
  }
}
