UNPKG

rule-validator

Version:

Rule-validator is a javascript module based on amanda. And works for node.js and in the browser. It can be very useful if you work with (d)ddd, cqrs, eventsourcing, domain, commands and events, etc.

55 lines (54 loc) 1.19 kB
{ "author": "adrai", "name": "rule-validator", "version": "0.3.1", "private": false, "main": "index.js", "engines": { "node": ">=0.6.0" }, "directories": { "lib": "./lib" }, "dependencies": { "lodash": ">= 2.2.1", "tv4": ">= 1.0.10" }, "devDependencies": { "mocha": ">= 1.0.1", "expect.js": ">= 0.1.2", "smoosh": ">= 0.4.1" }, "description": "Rule-validator is a javascript module based on amanda. And works for node.js and in the browser. It can be very useful if you work with (d)ddd, cqrs, eventsourcing, domain, commands and events, etc.", "keywords": [ "rule-validator", "rule", "json", "validator", "amanda", "cqrs", "eventsourcing", "ddd", "dddd", "command", "event", "domain" ], "homepage": "https://github.com/adrai/node-validator", "repository": { "type": "git", "url": "git@github.com:adrai/node-validator.git" }, "bugs": { "url": "https://github.com/adrai/node-validator/issues" }, "licenses": [ { "type": "MIT", "url": "https://raw.github.com/adrai/node-validator/master/licence" } ], "scripts": { "test": "mocha" } }