UNPKG

alt-fh-db

Version:

Alternative for the FeedHenry `.db` API in `fh-mbaas-api`

29 lines (28 loc) 540 B
{ "name": "alt-fh-db", "version": "1.0.0", "description": "Alternative for the FeedHenry `.db` API in `fh-mbaas-api`", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/rhappdev/alt-fh-db" }, "scripts": { "test": "mocha test.js" }, "keywords": [ "mongo", "feedhenry", "db", "RHMAP" ], "author": "Daria Mayorova", "license": "Apache-2.0", "dependencies": { "mongodb": "^3.2.7" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^6.2.0" } }