UNPKG

preservative

Version:

A proxy for state machines to preserve state and history

37 lines (36 loc) 896 B
{ "name": "preservative", "description": "A proxy for state machines to preserve state and history", "author": "Eirik Albrigtsen <analsandblaster@gmail.com>", "version": "0.3.1", "repository": { "type": "git", "url": "clux/preservative" }, "keywords": [ "object", "proxy", "state", "replay", "record", "recreate" ], "main": "index.js", "scripts": { "test": "$(npm bin)/nodeunit --reporter=verbose test/*.js", "instrument": "$(npm bin)/jscoverage lib", "coverage": "PRESERVATIVE_COV=1 $(npm bin)/nodeunit --reporter=lcov test/*.js", "coveralls": "npm run coverage | coveralls" }, "dependencies": {}, "devDependencies": { "coveralls": "^2.11.1", "duel": "^0.5.0", "jscoverage": "^0.5.5", "nodeunit": "^0.9.0" }, "bugs": { "url": "http://github.com/clux/preservative/issues" }, "license": "MIT" }