cluster-store.js/package.json

39 lines
962 B
JSON
Raw Permalink Normal View History

2016-09-09 00:00:53 +00:00
{
"name": "cluster-store",
2018-04-21 00:51:49 +00:00
"version": "2.0.8",
2016-09-09 00:00:53 +00:00
"description": "A wrapper to enable the use of any in-process store with node cluster via cluster process and worker messages (i.e. for Raspberry Pi servers).",
2018-04-21 00:51:49 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/cluster-store.js",
2016-09-09 00:00:53 +00:00
"main": "index.js",
"scripts": {
"test": "node test-cluster.js",
"start": "node server.js"
},
"repository": {
"type": "git",
2018-04-21 00:51:49 +00:00
"url": "git+https://git.coolaj86.com/coolaj86/cluster-store.js.git"
2016-09-09 00:00:53 +00:00
},
2018-04-21 00:51:49 +00:00
"bundleDependencies": false,
"deprecated": false,
2016-09-09 00:00:53 +00:00
"keywords": [
"store",
"session",
"connect",
"express",
"memstore",
"cluster",
"rpi2"
],
2018-04-21 00:51:49 +00:00
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
2016-09-09 00:00:53 +00:00
"license": "Apache-2.0",
"bugs": {
2018-04-21 00:51:49 +00:00
"url": "https://git.coolaj86.com/coolaj86/cluster-store.js/issues"
2016-09-09 00:00:53 +00:00
},
"dependencies": {
2018-04-21 00:51:49 +00:00
"cluster-rpc": "^v1.0.6"
2016-09-09 00:00:53 +00:00
}
}