UNPKG

node-red-contrib-fastest-validator

Version:
39 lines (38 loc) 920 B
{ "name": "node-red-contrib-fastest-validator", "version": "1.0.4", "description": "Fastest Validator Port for NodeRED", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/chameleonbr/node-red-contrib-fastest-validator.git" }, "keywords": [ "node-red", "fastest-validator", "validator" ], "author": "Andre Alexandre Avila", "license": "MIT", "node-red": { "nodes": { "validator": "index.js" } }, "bugs": { "url": "https://github.com/chameleonbr/node-red-contrib-fastest-validator/issues" }, "maintainers": [ { "name": "chameleonbr", "email": "chameleonbr@gmail.com" } ], "homepage": "https://github.com/chameleonbr/node-red-contrib-fastest-validator#readme", "dependencies": { "fastest-validator": "^1.6.1" } }