UNPKG

@gooddollarcommons/gun-mongo-key

Version:
32 lines (31 loc) 804 B
{ "name": "@gooddollarcommons/gun-mongo-key", "version": "0.2.5", "description": "A Mongo key:value adapter for Gunjs", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/sjones6/gun-mongo-key.git" }, "keywords": [ "mongodb", "key:value", "gun", "gunjs", "adapter" ], "author": "sjones6", "license": "MIT", "scripts": { "test": "flint test ./gun-mongo-key.js --opt=./flint-opt.js", "profile": "flint profile ./gun-mongo-key.js --opt=./flint-opt.js --skip-small --skip-medium" }, "bugs": { "url": "https://github.com/sjones6/gun-mongo-key/issues" }, "homepage": "https://github.com/sjones6/gun-mongo-key#readme", "dependencies": { "@gooddollarcommons/gun-flint": "*", "mongojs": "^2.4.0" } }