UNPKG

global_session

Version:

A link between LRU and messaging to peers which may store or cache LRU entries remotely

40 lines (39 loc) 960 B
{ "name": "global_session", "version": "0.2.2", "description": "A link between LRU and messaging to peers which may store or cache LRU entries remotely", "main": "index.js", "directories": { "lib": "lib" }, "bin": { "global-sessions": "./bin/index.js" }, "scripts": { "test": "bash test/all_tests.sh", "postinstall": "cp *.conf $INIT_CWD; mkdir $INIT_CWD/keys; cp keygen.sh $INIT_CWD;" }, "repository": { "type": "git", "url": "git+https://github.com/copious-world/global_session.git" }, "keywords": [ "resident", "cache", "share", "interface", "and", "gateway" ], "author": "R Leddy", "license": "MIT", "bugs": { "url": "https://github.com/copious-world/global_session/issues" }, "homepage": "https://github.com/copious-world/global_session#readme", "dependencies": { "ftok": "^1.0.0", "message-relay-services": "^0.9.1", "shm-lru-cache" : "^0.1.8" } }