snapotp-jquery
Version:
SnapOTP is a lightweight and customizable jQuery plugin to create elegant multi-input OTP fields with features like auto-focus, paste handling, keyboard navigation, and callbacks.
35 lines • 1.14 kB
JSON
{
"name": "snapotp-jquery",
"version": "1.0.3",
"description": "SnapOTP is a lightweight and customizable jQuery plugin to create elegant multi-input OTP fields with features like auto-focus, paste handling, keyboard navigation, and callbacks.",
"files": ["dist"],
"main": "dist/snap-otp.js",
"style": "dist/snap-otp.css",
"scripts": {
"start": "echo 'SnapOTP jQuery Plugin - No build step required.'",
"test": "echo 'No tests yet' && exit 0"
},
"keywords": [
"otp",
"jquery",
"jquery-plugin",
"otp-input",
"verification",
"2fa",
"authentication",
"form-input",
"snapotp",
"multi-input",
"code-input"
],
"author": "Nitin Rathod rathod173ram@gmail.com",
"license": "MIT",
"homepage": "https://nitinramrathod.github.io/snapotp-jquery",
"repository": {
"type": "git",
"url": "git+https://github.com/nitinramrathod/snapotp-jquery.git"
},
"bugs": {
"url": "https://github.com/nitinramrathod/snapotp-jquery/issues"
}
}