UNPKG

tingodb

Version:

Embedded Node.js database upward compatible with MongoDB

74 lines (73 loc) 1.48 kB
{ "author": "PushOk Software <support@pushok.com>", "name": "tingodb", "version": "0.6.1", "repository": { "type": "git", "url": "git://github.com/sergeyksv/tingodb.git" }, "contributors": [ { "name": "Sergey Korotkov", "email": "sergeyksv@gmail.com" }, { "name": "Alexander Somov", "email": "al-s@yandex.ru" }, { "name": "Ilya Schatokhin", "email": "eXamp1e@mail.ru" }, { "name": "Maya", "email": "code@maya.ink" }, { "name": "Luphia Chang", "email": "luphia@outlook.com" }, { "name": "BipSync", "email": "paul@bipsync.com" }, { "name": "Diogo Duailibe", "email": "diogo.duailibe.silva@gmail.com" } ], "description": "Embedded Node.js database upward compatible with MongoDB", "homepage": "http://www.tingodb.com", "keywords": [ "database", "datastore", "embedded", "mongodb" ], "main": "./lib/main", "engines": { "node": ">= v0.8.x" }, "dependencies": { "lodash": "^4.17.5", "safe": "^0.4.5", "safe-buffer": "^5.1.1" }, "scripts": { "test": "./test.sh" }, "optionalDependencies": { "bson": "^1.0.4" }, "devDependencies": { "csv": "^0.3.x", "eslint": "^4.18.1", "mongodb": "^1.4.40", "temp": "^0.8.x", "lorem-ipsum": "1.0.x", "optimist": "0.6.x", "step": "^1.0.0", "benchmark": "^2.1.4", "mocha": "^1.21.5" } }