UNPKG

yamvish-aright

Version:

object and values validation with aright rules with yamvish

31 lines (30 loc) 1.03 kB
{ "name": "yamvish-aright", "version": "0.2.1", "description": "object and values validation with aright rules with yamvish", "main": "index.js", "scripts": { "test": "mocha", "bump:patch": "git add -A && git commit -m 'patch version' && git push && mversion patch -m && git push --tags && npm publish", "bump:minor": "git add -A && git commit -m 'patch version' && git push && mversion minor -m && git push --tags && npm publish", "bump:major": "git add -A && git commit -m 'patch version' && git push && mversion major -m && git push --tags && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/nomocas/yamvish-aright.git" }, "keywords": [ "validation", "yamvish", "aright" ], "author": "Gilles Coomans <gilles.coomans@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/nomocas/yamvish-aright/issues" }, "homepage": "https://github.com/nomocas/yamvish-aright#readme", "dependencies": { "aright": "^0.1.2" } }