UNPKG

memento

Version:

A Paxos backed replicated state machine key-value store.

47 lines (44 loc) 1.8 kB
{ "private": true, "name": "containerized", "version": "0.0.0", "description": "A Paxos backed replicated state machine key-value store.", "keywords": [ "paxos", "rsm", "replicated", "state", "machine", "etcd" ], "author": "Alan Gutierrez", "homepage": "http://bigeasy.github.com/cadence", "bugs": "http://bigeasy.github.com/cadence/issues", "license": "MIT", "repository": { "type": "git", "url": "http://github.com/bigeasy/memento.git" }, "dependencies": { "memento": "file:..", "mingle": "0.2.x", "mingle.kubernetes": "0.1.x", "mingle.static": "0.2.x", "chaperon": "0.5.x", "prolific": "7.2.x", "prolific.stdio": "1.1.x", "prolific.syslog": "1.2.x", "prolific.tcp": "3.0.x", "prolific.udp": "1.2.x", "compassion.conduit": "0.5.x", "compassion": "0.1.x", "wafer": "4.0.x" }, "devDependencies": { }, "scripts": { "test": "proof platform win32 && proof test */*.t.js || t/test" } }