UNPKG

mini-dbx

Version:

A JSON based super lightweight database!!

28 lines (27 loc) 508 B
{ "name": "mini-dbx", "description": "A JSON based super lightweight database!!", "version": "1.0.2", "author": "", "keywords": [ "json", "jsonStorage", "mongo" ], "repository": { "type": "git", "url": "git://github.com/tianmajs/mini-db.git" }, "license": "MIT", "main": "./index.js", "devDependencies": { "mocha": "*", "should": "*" }, "scripts": { "test": "mocha" }, "dependencies": { "mini-util": "^1.0.0" } }