mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
56 lines
2.5 KiB
JSON
56 lines
2.5 KiB
JSON
{
|
|
"name": "strong-cluster-connect-store",
|
|
"version": "1.0.0",
|
|
"description": "Implementation of connect session store using node's native cluster messaging",
|
|
"license": {
|
|
"name": "Dual MIT/StrongLoop",
|
|
"url": "https://github.com/strongloop/strong-cluster-connect-store/blob/master/LICENSE"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --reporter spec",
|
|
"lint": "./node_modules/.bin/jshint *.js test lib"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/strongloop/strong-cluster-connect-store.git"
|
|
},
|
|
"keywords": [
|
|
"connect",
|
|
"express",
|
|
"cluster",
|
|
"session",
|
|
"store"
|
|
],
|
|
"author": {
|
|
"name": "Miroslav Bajtos",
|
|
"email": "miroslav@strongloop.com"
|
|
},
|
|
"peerDependencies": {
|
|
"strong-store-cluster": "~0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.9.0",
|
|
"jshint": "~2.0.1",
|
|
"chai": "~1.7.2",
|
|
"cookie-parser": "^1.0.1",
|
|
"strong-store-cluster": "latest",
|
|
"request": "~2.22.0",
|
|
"async": "~0.2.9",
|
|
"express-session": "^1.0.2",
|
|
"express": "^4.1.1",
|
|
"body-parser": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"readme": "# Connect Session Store for Cluster\n\n[](https://travis-ci.org/strongloop/strong-cluster-connect-store)\n[](http://badge.fury.io/js/strong-cluster-connect-store)\n\n## Overview\n\nStrong-cluster-connect-store is an implementation of connect session store\nusing node's native cluster messaging. It provides an easy way for using\nsessions in connect/express based applications running in a node cluster.\n\nFeatures:\n\n- Supports both connect and express.\n- No dependencies on external services.\n- Module is shipped without connect, it will use *your* version of connect\n or express.\n- Covered by unit-tests.\n \n## Documentation\n\nFor complete documentation, see [StrongLoop Documentation | Strong Cluster Connect Store](http://docs.strongloop.com/display/DOC/Strong+Cluster+Connect+Store).\n\n## Installation\n\n```sh\n$ npm install strong-cluster-connect-store\n```\n",
|
|
"readmeFilename": "README.md",
|
|
"_id": "strong-cluster-connect-store@1.0.0",
|
|
"dist": {
|
|
"shasum": "c1ee462f23b1dee4d6381fe986d83a227c32c62e"
|
|
},
|
|
"_from": "strong-cluster-connect-store@",
|
|
"_resolved": "https://registry.npmjs.org/strong-cluster-connect-store/-/strong-cluster-connect-store-1.0.0.tgz"
|
|
}
|