68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"name": "connect-mongo",
|
|
"version": "0.8.1",
|
|
"description": "MongoDB session store for Express and Connect",
|
|
"keywords": [
|
|
"connect",
|
|
"mongo",
|
|
"mongodb",
|
|
"session",
|
|
"express"
|
|
],
|
|
"author": {
|
|
"name": "Casey Banner",
|
|
"email": "kcbanner@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kcbanner/connect-mongo.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kcbanner/connect-mongo/issues"
|
|
},
|
|
"dependencies": {
|
|
"debug": ">= 0.7.0",
|
|
"depd": ">= 0.4.0",
|
|
"lodash": "*",
|
|
"mongodb": ">= 1.2.0 <2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"express-session": ">= 1.0.0",
|
|
"grunt-contrib-jshint": "~0.10.0",
|
|
"jshint-stylish": "~1.0.0",
|
|
"mocha": "~2.1.0",
|
|
"mongoose": ">= 2.6.0 < 4.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt && make test"
|
|
},
|
|
"main": "./lib/connect-mongo",
|
|
"gitHead": "c5676bdde63ba35080437a4d0af517bffa0fd77b",
|
|
"homepage": "https://github.com/kcbanner/connect-mongo",
|
|
"_id": "connect-mongo@0.8.1",
|
|
"_shasum": "91accf4a4edba7657ead415cb4b9775177aa5d7b",
|
|
"_from": "connect-mongo@*",
|
|
"_npmVersion": "2.7.4",
|
|
"_nodeVersion": "0.12.2",
|
|
"_npmUser": {
|
|
"name": "jdesboeufs",
|
|
"email": "jerome.desboeufs@gmail.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "91accf4a4edba7657ead415cb4b9775177aa5d7b",
|
|
"tarball": "http://registry.npmjs.org/connect-mongo/-/connect-mongo-0.8.1.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "kcbanner",
|
|
"email": "kcbanner@gmail.com"
|
|
},
|
|
{
|
|
"name": "jdesboeufs",
|
|
"email": "jerome.desboeufs@gmail.com"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/connect-mongo/-/connect-mongo-0.8.1.tgz"
|
|
}
|