forked from RobinHerbots/Inputmask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.71 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "jquery.inputmask",
"version": "3.1.64-175",
"description": "jquery.inputmask is a jquery plugin which create an input mask.",
"main": "./dist/inputmask/jquery.inputmask.js",
"files": [
"dist/inputmask/inputmask.date.extensions.js",
"dist/inputmask/inputmask.extensions.js",
"dist/inputmask/inputmask.js",
"dist/inputmask/inputmask.numeric.extensions.js",
"dist/inputmask/inputmask.phone.extensions.js",
"dist/inputmask/inputmask.regex.extensions.js",
"dist/inputmask/jquery.inputmask.js",
"extra/phone-codes/"
],
"scripts": {
"test": "grunt validate"
},
"repository": {
"type": "git",
"url": "https://github.com/RobinHerbots/jquery.inputmask.git"
},
"keywords": [
"form",
"input",
"inputmask",
"jquery",
"jquery-plugin",
"mask",
"plugins"
],
"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"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-available-tasks": "^0.6.0",
"grunt-bump": "^0.3.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-eslint": "^17.0.0",
"grunt-karma": "^0.12.0",
"grunt-nuget": "^0.1.4",
"grunt-release": "^0.13.0",
"grunt-shell": "^1.1.2",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-phantomjs-launcher": "^0.2.0",
"karma-qunit": "^0.1.5",
"load-grunt-tasks": "^3.2.0",
"qunitjs": "^1.18.0"
}
}