{
  "name": "aerospike-session-store",
  "version": "0.4.0",
  "description": "Aerospike session store for Express.js session middleware",
  "main": "index.js",
  "keywords": [
    "aerospike",
    "session",
    "express"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/aerospike/aerospike-session-store-expressjs"
  },
  "dependencies": {
    "aerospike": "^3.0.0",
    "debug": "^2.6.9"
  },
  "devDependencies": {
    "blue-tape": "^0.2",
    "bluebird": "^3.5.1",
    "codecov": "^2.3.0",
    "express-session": "^1.15.6",
    "nyc": "^11.2.1",
    "standard": "^10.0",
    "tape": "^4.8.0"
  },
  "scripts": {
    "test": "DEBUG=session:* tape \"test/*_test.js\"",
    "posttest": "standard",
    "bench": "node benchmark/aerospikebench",
    "coverage": "nyc npm test && nyc --reporter=lcov report",
    "codecov": "codecov"
  },
  "bugs": {
    "url": "https://github.com/aerospike/aerospike-session-store-expressjs/issues"
  }
}
