UNPKG

chrobject

Version:

Stores chronicles of plain objects as diffs and snapshots

46 lines (45 loc) 1.14 kB
{ "name": "chrobject", "description": "Stores chronicles of plain objects as diffs and snapshots", "keywords": [ "objects", "chronicle", "backend", "timeline" ], "author": "Christian Hotz <hotz@hydra-newmedia.com> ", "version": "0.5.4", "repository": { "type": "git", "url": "git://github.com/hydra-newmedia/chrobject.git" }, "licenses": [ { "type": "MIT", "url": "https://github.com/hydra-newmedia/chrobject/blob/master/LICENSE-MIT" } ], "main": "lib/index", "typings": "lib/index", "files": [ "lib/" ], "scripts": { "pretest": "tsc && rm -rf testDist/ && node_modules/typescript/bin/tsc --rootDir test --outDir testDist test/**/*.ts typings/index.d.ts", "test": "node_modules/mocha/bin/mocha testDist/* -R nyan --recursive" }, "dependencies": { "be-utils": "^1.0.3", "lodash": "^4.15.0", "mongoose": "^4.5.10", "mongoose-repo": "^1.0.1", "object-hash": "^1.1.4" }, "devDependencies": { "expect.js": "^0.3.1", "mocha": "^2.5.3", "sinon": "^1.17.5", "typescript": "^1.8.10", "typings": "^1.3.3" } }