{
  "name": "@mingchuno/connect-mongo",
  "version": "3.0.2",
  "description": "MongoDB session store for Express and Connect",
  "keywords": [
    "connect",
    "mongo",
    "mongodb",
    "session",
    "express"
  ],
  "contributors": [
    "Casey Banner <kcbanner@gmail.com>",
    "Jerome Desboeufs <jerome.desboeufs@gmail.com>",
    "MC Or <mingchuno@gmail.com>"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mingchuno/connect-mongo.git"
  },
  "bugs": {
    "url": "https://github.com/mingchuno/connect-mongo/issues"
  },
  "dependencies": {
    "mongodb": "^3.0.0"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "express-session": "^1.0.0",
    "mocha": "^5.0.1",
    "mongoose": "^5.2.0",
    "nyc": "^11.2.1",
    "xo": "^0.20.3"
  },
  "scripts": {
    "lint": "xo src",
    "cover": "nyc report --reporter=text-lcov",
    "test": "nyc mocha"
  },
  "xo": {
    "space": 2,
    "semicolon": false
  }
}
