UNPKG

@degjs/form-validation-pattern

Version:

A pattern rule for the DEGJS formValidation module.

59 lines (58 loc) 1.36 kB
{ "name": "@degjs/form-validation-pattern", "version": "2.0.0", "description": "A pattern 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-pattern.git" }, "bugs": "https://github.com/DEGJS/formValidation-pattern/issues", "files": [ "src" ], "main": "src/pattern.js", "publishConfig": { "access": "public" }, "scripts": { "test": "jest" }, "peerDependencies": { "@degjs/form-validation": "^3.0.0" }, "devDependencies": { "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.6.0", "jest": "^23.6.0" }, "jest": { "testPathIgnorePatterns": [ "/node_modules/" ] }, "babel": { "presets": [ "@babel/preset-env" ] } }