UNPKG

node-document-validator-amanda

Version:

Validator adapter `amanda` for `node-document` ODM for Node.js.

50 lines 1.31 kB
{ "name": "node-document-validator-amanda", "description": "Validator adapter `amanda` for `node-document` ODM for Node.js.", "keywords": ["document", "odm", "object document mapper", "generic", "unified", "validator", "schema", "adapter", "amanda"], "version": "0.1.0", "homepage": "https://github.com/grimen/node-document-validator-amanda", "repository": { "type": "git", "url": "https://github.com/grimen/node-document-validator-amanda.git" }, "bugs": { "web": "https://github.com/grimen/node-document-validator-amanda/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/grimen/node-document-validator-amanda/blob/MIT-LICENSE" } ], "author": "Jonas Grimfelt <grimen@gmail.com>", "maintainers": [ { "name": "Jonas Grimfelt", "email": "grimen@gmail.com", "web": "https://github.com/grimen" } ], "contributors": [], "directories": { "lib": "./lib" }, "main": "./index.js", "scripts": { "test": "make test", "test-ci": "make test-ci" }, "bin": {}, "engines": { "node": ">= 0.8.0" }, "dependencies": { "funargs": "latest", "sugar": "latest", "node-document-validator": "latest", "amanda": "latest" }, "devDependencies": { "mocha": "latest" } }