forked from RobinHerbots/Inputmask
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.72 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.72 KB
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
64
65
66
67
{
"name": "jquery.inputmask",
"version": "3.2.6-21",
"description": "jquery.inputmask is a jquery plugin which create an input mask.",
"main": "./dist/inputmask/jquery.inputmask.js",
"files": [
"dist/inputmask/",
"extra/dependencyLibs/",
"extra/phone-codes/",
"dist/jquery.inputmask.bundle.js"
],
"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": {
"browserify": "^11.1.0",
"browserify-shim": "^3.8.11",
"grunt": "^0.4.5",
"grunt-available-tasks": "^0.6.0",
"grunt-browserify": "^4.0.1",
"grunt-bump": "^0.3.4",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-eslint": "^17.3.1",
"grunt-karma": "^0.12.0",
"grunt-nuget": "^0.1.5",
"grunt-release": "^0.13.0",
"grunt-shell": "^1.1.2",
"jqlite": "^0.2.25",
"karma": "^0.13.14",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-qunit": "^0.1.7",
"karma-requirejs": "^0.2.2",
"load-grunt-tasks": "^3.2.0",
"qunitjs": "^1.20.0",
"requirejs": "^2.1.20"
}
}