aboutsummaryrefslogtreecommitdiff
path: root/node_modules/connect-mongo/package.json
diff options
context:
space:
mode:
authorkumar <kumar.damani@mail.utoronto.ca>2016-07-23 02:21:51 +0000
committerkumar <kumar.damani@mail.utoronto.ca>2016-07-23 02:21:51 +0000
commite4a06d8a5f6af3be38333f5c1bb551fcbd6255cc (patch)
tree8711b096496daf8c632eba702cfbfa112925bb1c /node_modules/connect-mongo/package.json
parent3db7f4e207c9566953050be88c6dcb9828a30ad3 (diff)
parent5240b6ff1bd881b482caba3dc3c1b30597fb1353 (diff)
a pull
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'node_modules/connect-mongo/package.json')
-rw-r--r--node_modules/connect-mongo/package.json88
1 files changed, 88 insertions, 0 deletions
diff --git a/node_modules/connect-mongo/package.json b/node_modules/connect-mongo/package.json
new file mode 100644
index 0000000..cca45ed
--- /dev/null
+++ b/node_modules/connect-mongo/package.json
@@ -0,0 +1,88 @@
+{
+ "name": "connect-mongo",
+ "version": "1.2.1",
+ "description": "MongoDB session store for Express and Connect",
+ "keywords": [
+ "connect",
+ "mongo",
+ "mongodb",
+ "session",
+ "express"
+ ],
+ "contributors": [
+ {
+ "name": "Casey Banner",
+ "email": "kcbanner@gmail.com"
+ },
+ {
+ "name": "Jerome Desboeufs",
+ "email": "jerome.desboeufs@gmail.com"
+ }
+ ],
+ "license": "MIT",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/kcbanner/connect-mongo.git"
+ },
+ "bugs": {
+ "url": "https://github.com/kcbanner/connect-mongo/issues"
+ },
+ "dependencies": {
+ "bluebird": ">= 2.0",
+ "mongodb": ">= 1.2.0 <2.2.0"
+ },
+ "devDependencies": {
+ "babel-cli": "^6.3.17",
+ "babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
+ "babel-plugin-transform-es2015-block-scoping": "^6.3.13",
+ "babel-plugin-transform-es2015-classes": "^6.3.15",
+ "babel-plugin-transform-es2015-object-super": "^6.3.13",
+ "babel-register": "^6.3.13",
+ "eslint": "^1.10.3",
+ "express-session": ">= 1.0.0",
+ "istanbul": "^0.4.1",
+ "lodash": "^3.10.1",
+ "mocha": "^2.3.4",
+ "mongoose": ">= 2.6.0 < 5.0"
+ },
+ "scripts": {
+ "test-unit-es5": "mocha --compilers js:babel-register && mocha --compilers js:babel-register test/es5/load.js",
+ "test-unit": "istanbul cover _mocha && mocha test/es5/load.js",
+ "lint": "eslint src/",
+ "test": "npm run lint && npm run transpile && npm run test-unit",
+ "test-es5": "npm run transpile && npm run test-unit-es5",
+ "transpile": "babel src --out-dir src-es5",
+ "prepublish": "npm run transpile"
+ },
+ "gitHead": "10ea1ff032e2c416e1774079187abe9b265dc31c",
+ "homepage": "https://github.com/kcbanner/connect-mongo#readme",
+ "_id": "connect-mongo@1.2.1",
+ "_shasum": "c132467abc0d0efa868f86f1550259911f7847b5",
+ "_from": "connect-mongo@latest",
+ "_npmVersion": "3.8.6",
+ "_nodeVersion": "6.0.0",
+ "_npmUser": {
+ "name": "jdesboeufs",
+ "email": "jerome.desboeufs@gmail.com"
+ },
+ "dist": {
+ "shasum": "c132467abc0d0efa868f86f1550259911f7847b5",
+ "tarball": "https://registry.npmjs.org/connect-mongo/-/connect-mongo-1.2.1.tgz"
+ },
+ "maintainers": [
+ {
+ "name": "kcbanner",
+ "email": "kcbanner@gmail.com"
+ },
+ {
+ "name": "jdesboeufs",
+ "email": "jerome.desboeufs@gmail.com"
+ }
+ ],
+ "_npmOperationalInternal": {
+ "host": "packages-16-east.internal.npmjs.com",
+ "tmp": "tmp/connect-mongo-1.2.1.tgz_1466457928178_0.7295849067158997"
+ },
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/connect-mongo/-/connect-mongo-1.2.1.tgz"
+}