haro-mongo
Version:
MongoDB persistent storage adapter for Harō
43 lines (42 loc) • 885 B
JSON
{
"name": "haro-mongo",
"version": "2.0.5",
"description": "MongoDB persistent storage adapter for Harō",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/avoidwork/haro-mongo.git"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"mongodb",
"persistent storage",
"adapter",
"haro",
"immutable",
"data",
"store",
"datastore",
"api"
],
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/avoidwork/haro-mongo/issues"
},
"engines": {
"node": ">=7.6.0"
},
"engineStrict": true,
"homepage": "https://github.com/avoidwork/haro-mongo",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-eslint": "^21.1.0"
},
"dependencies": {
"mongodb": "^3.2.7"
}
}