UNPKG

@degjs/form-validation-required

Version:

A required field rule for the DEGJS formValidation module.

65 lines (64 loc) 1.5 kB
{ "name": "@degjs/form-validation-required", "version": "2.0.1", "description": "A required field rule for the DEGJS formValidation module.", "keywords": [ "DEGJS", "formValidation", "forms", "validation" ], "author": { "name": "Aaron Ladage", "email": "aladage@degdigital.com", "url": "http://aaronladage.com" }, "contributors": [ { "name": "Ryan Heap", "email": "rheap@degdigital.com" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/DEGJS/formValidation-required.git" }, "bugs": "https://github.com/DEGJS/formValidation-required/issues", "files": [ "src" ], "main": "src/required.js", "publishConfig": { "access": "public" }, "scripts": { "test": "jest" }, "peerDependencies": { "@degjs/form-validation": "^3.0.0" }, "devDependencies": { "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", "babel-jest": "^24.8.0", "jest": "^24.8.0" }, "jest": { "testPathIgnorePatterns": [ "/node_modules/" ] }, "babel": { "presets": [ [ "@babel/preset-env", { "targets": { "node": "current" } } ] ] } }