ar-nugget
Version:
A Mongoose alternative using JSON Schema and Mongorito with generators.
33 lines (32 loc) • 683 B
JSON
{
"name": "ar-nugget",
"version": "0.1.2",
"description": "A Mongoose alternative using JSON Schema and Mongorito with generators.",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bwinkers/nugget.git"
},
"keywords": [
"nugget",
"mongo",
"mongorito",
"json",
"schema",
"mongoose"
],
"author": "Brian Winkers",
"license": "ISC",
"bugs": {
"url": "https://github.com/bwinkers/nugget/issues"
},
"homepage": "https://github.com/bwinkers/nugget#readme",
"dependencies": {
"ajv": "^1.4.0",
"mongodb": "^1.4.39",
"mongorito": "^1.3.4"
}
}