UNPKG

monodb

Version:

Simple storage system with no dependencies

30 lines 574 B
{ "name": "monodb", "version": "1.5.1", "description": "Simple storage system with no dependencies", "main": "index.js", "scripts": { "test": "mocha" }, "keywords": [ "document", "database", "object", "orm", "ligth database", "nosql", "polymophism", "transaction" ], "repository": "https://github.com/LegerG/monodb", "author": "Gwenaël Léger <gwenaelleger@gmail.com> (gwenael-leger.fr)", "license": "ISC", "devDependencies": { "standard": "^16.0.3" }, "standard": { "env": [ "mocha" ] } }