forked from igorescobar/jQuery-Mask-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 879 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "jquery-mask-plugin",
"version": "1.14.0",
"description": "A jQuery Plugin to make masks on form fields and html elements.",
"author": "Igor Escobar <[email protected]>",
"homepage": "http://igorescobar.github.io/jQuery-Mask-Plugin/",
"main": "./dist/jquery.mask.js",
"repository": {
"type": "git",
"url": "https://github.com/igorescobar/jQuery-Mask-Plugin"
},
"bugs": {
"url": "https://github.com/igorescobar/jQuery-Mask-Plugin/issues"
},
"keywords": [
"mask",
"masks",
"form",
"input",
"jquery-plugin"
],
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-connect": "*",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-qunit": "*",
"grunt-contrib-uglify": "*",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.0.0"
}
}