|
@@ -1,15 +1,24 @@
|
|
|
{
|
|
{
|
|
|
- "name": "jquery.inputmask",
|
|
|
|
|
- "version": "3.0.48",
|
|
|
|
|
- "main": "./dist/jquery.inputmask.bundle.js",
|
|
|
|
|
- "keywords" : ["jQuery", "plugins", "input", "form", "inputmask", "mask"],
|
|
|
|
|
- "description": "jquery.inputmask is a jquery plugin which create an input mask.",
|
|
|
|
|
- "license": "http://opensource.org/licenses/mit-license.php",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "jquery": ">=1.7"
|
|
|
|
|
- },
|
|
|
|
|
- "authors": [
|
|
|
|
|
- { "name": "Robin Herbots" }
|
|
|
|
|
- ],
|
|
|
|
|
- "homepage": "http://robinherbots.github.io/jquery.inputmask"
|
|
|
|
|
|
|
+ "name": "jquery.inputmask",
|
|
|
|
|
+ "version": "3.0.48",
|
|
|
|
|
+ "main": "./dist/jquery.inputmask.bundle.js",
|
|
|
|
|
+ "keywords" : ["jQuery", "plugins", "input", "form", "inputmask", "mask"],
|
|
|
|
|
+ "description": "jquery.inputmask is a jquery plugin which create an input mask.",
|
|
|
|
|
+ "license": "http://opensource.org/licenses/mit-license.php",
|
|
|
|
|
+ "ignore": [
|
|
|
|
|
+ "qunit/",
|
|
|
|
|
+ "nuget/",
|
|
|
|
|
+ "tools/",
|
|
|
|
|
+ "js/",
|
|
|
|
|
+ "README.md",
|
|
|
|
|
+ "build.properties",
|
|
|
|
|
+ "build.xml"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "jquery": ">=1.7"
|
|
|
|
|
+ },
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ { "name": "Robin Herbots" }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "homepage": "http://robinherbots.github.io/jquery.inputmask"
|
|
|
}
|
|
}
|