ssd-form
Version:
jQuery plugin to handle form validation and submission
32 lines (31 loc) • 742 B
JSON
{
"name": "ssd-form",
"version": "1.5.6",
"description": "jQuery plugin to handle form validation and submission",
"main": "src/jquery.ssd-form.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebastiansulinski/ssd-form.git"
},
"keywords": [
"jquery",
"form",
"validation",
"ajax",
"form",
"form",
"submission"
],
"author": "Sebastian Sulinski <info@ssdtutorials.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sebastiansulinski/ssd-form/issues"
},
"homepage": "https://github.com/sebastiansulinski/ssd-form#readme",
"dependencies": {
"jquery": "^3.4.1"
}
}