validaty
Version:
jQuery Validaty - A Validation Plugin
52 lines (51 loc) • 1.22 kB
JSON
{
"author": "Washington Botelho",
"bugs": {
"url": "https://github.com/wbotelhos/validaty/issues"
},
"contributors": [
"Washington Botelho <wbotelhos@gmail.com> (https://www.danca.com)"
],
"demos": [
"index.html"
],
"dependencies": {
"jquery": "^3.5.0"
},
"description": "jQuery Validaty - A Validation Plugin",
"devDependencies": {
"jasmine-core": "^3.5.0",
"jasmine-jquery": "^2.1.1",
"karma": "^5.0.4",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jasmine": "^3.1.1"
},
"directories": {
"lib": "lib",
"test": "spec"
},
"homepage": "https://github.com/wbotelhos/validaty",
"keywords": [
"validacao",
"validate",
"valid",
"validation"
],
"license": "MIT",
"main": "lib/jquery.validaty.js",
"maintainers": [
"Washington Botelho <wbotelhos@gmail.com> (https://www.danca.com)"
],
"name": "validaty",
"repository": {
"type": "git",
"url": "https://github.com/wbotelhos/validaty"
},
"scripts": {
"test": "node_modules/karma/bin/karma start karma.conf.js"
},
"version": "0.6.1"
}