|
|
@@ -0,0 +1,31 @@
|
|
|
+{
|
|
|
+ "name": "jquery.inputmask",
|
|
|
+ "version": "3.0.56",
|
|
|
+ "description": "jquery.inputmask is a jquery plugin which create an input mask.",
|
|
|
+ "main": "dist/jquery.inputmask.bundle.js",
|
|
|
+ "scripts": {
|
|
|
+ "test": "echo \"Error: no test specified\" && exit 1"
|
|
|
+ },
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/RobinHerbots/jquery.inputmask.git"
|
|
|
+ },
|
|
|
+ "keywords": [
|
|
|
+ "input",
|
|
|
+ "form",
|
|
|
+ "inputmask",
|
|
|
+ "mask"
|
|
|
+ ],
|
|
|
+ "author": {
|
|
|
+ "name": "Robin Herbots",
|
|
|
+ "url": "http://github.com/RobinHerbots/jquery.inputmask"
|
|
|
+ },
|
|
|
+ "license": "MIT",
|
|
|
+ "bugs": {
|
|
|
+ "url": "https://github.com/RobinHerbots/jquery.inputmask/issues"
|
|
|
+ },
|
|
|
+ "homepage": "https://github.com/RobinHerbots/jquery.inputmask",
|
|
|
+ "dependencies": {
|
|
|
+ "jquery": ">=1.7"
|
|
|
+ }
|
|
|
+}
|