forked from RobinHerbots/Inputmask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "jquery.inputmask",
"version": "3.1.62-3",
"description": "jquery.inputmask is a jquery plugin which create an input mask.",
"main": "./dist/inputmask/jquery.inputmask.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/RobinHerbots/jquery.inputmask.git"
},
"keywords": [
"jquery",
"plugins",
"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",
"peerDependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.1.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.7.0",
"grunt-nuget": "^0.1.3",
"grunt-release": "^0.11.0",
"grunt-shell": "^1.1.1",
"jquery": ">=1.7"
}
}