cluster-store.js/package.json

33 lines
805 B
JSON
Raw Normal View History

2015-07-26 07:35:22 +00:00
{
"name": "cluster-store",
2015-11-06 05:28:03 +00:00
"version": "1.0.1",
2015-07-26 07:35:22 +00:00
"description": "A wrapper to enable the use of a in-process store with node cluster via a socket server (i.e. for Raspberry Pi 2).",
"main": "index.js",
"scripts": {
"test": "node test-cluster.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coolaj86/cluster-store.git"
2015-07-26 07:35:22 +00:00
},
"keywords": [
"store",
"session",
"connect",
"express",
"memstore",
"cluster",
"rpi2"
],
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/coolaj86/cluster-store/issues"
2015-07-26 07:35:22 +00:00
},
"homepage": "https://github.com/coolaj86/cluster-store#readme",
2015-07-26 07:35:22 +00:00
"dependencies": {
"ws": "^0.7.2"
}
}