|
|
@@ -3,8 +3,16 @@
|
|
|
"version": "3.1.62",
|
|
|
"description": "jquery.inputmask is a jquery plugin which create an input mask.",
|
|
|
"main": "./dist/inputmask/jquery.inputmask.js",
|
|
|
+ "files": [
|
|
|
+ "dist/inputmask/jquery.inputmask.js",
|
|
|
+ "dist/inputmask/jquery.inputmask.extensions.js",
|
|
|
+ "dist/inputmask/jquery.inputmask.date.extensions.js",
|
|
|
+ "dist/inputmask/jquery.inputmask.numeric.extensions.js",
|
|
|
+ "dist/inputmask/jquery.inputmask.phone.extensions.js",
|
|
|
+ "dist/inputmask/jquery.inputmask.regex.extensions.js"
|
|
|
+ ],
|
|
|
"scripts": {
|
|
|
- "test": "echo \"Error: no test specified\" && exit 1"
|
|
|
+ "test": "grunt qunit"
|
|
|
},
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
@@ -27,7 +35,7 @@
|
|
|
"url": "https://github.com/RobinHerbots/jquery.inputmask/issues"
|
|
|
},
|
|
|
"homepage": "https://github.com/RobinHerbots/jquery.inputmask",
|
|
|
- "peerDependencies": {
|
|
|
+ "dependencies": {
|
|
|
"jquery": ">=1.7"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
@@ -35,10 +43,9 @@
|
|
|
"grunt-bump": "^0.3.0",
|
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
|
"grunt-contrib-qunit": "^0.5.2",
|
|
|
- "grunt-contrib-uglify": "^0.8.0",
|
|
|
- "grunt-nuget": "^0.1.3",
|
|
|
+ "grunt-contrib-uglify": "^0.8.1",
|
|
|
+ "grunt-nuget": "^0.1.4",
|
|
|
"grunt-release": "^0.12.0",
|
|
|
- "grunt-shell": "^1.1.1",
|
|
|
- "jquery": ">=1.7"
|
|
|
+ "grunt-shell": "^1.1.2"
|
|
|
}
|
|
|
}
|