-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 971 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
34
35
36
37
38
39
40
41
42
43
{
"name": "jquery.mask",
"version": "0.9.3",
"title": "jQuery.mask",
"description": "Mask any element or the complete page",
"keywords": [
"jQuery",
"masking",
"layout",
"plugin"
],
"author": {
"name": "Port 8000",
"web": "http://www.port8000.de"
},
"homepage": "http://port8000.github.com/jQuery.mask/",
"bugs": {
"web": "https://github.com/port8000/jQuery.mask/issues/"
},
"licenses": [
{
"type": "GPLv2",
"url": "http://opensource.org/licenses/gpl-license.php"
},
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/port8000/jQuery.mask.git"
}
],
"jquery": {
"dependencies": {
"jquery": ">=1.7"
},
"demo": "http://port8000.github.com/jQuery.mask/demo/demo.html",
"download": "https://github.com/port8000/jQuery.mask/zipball/master"
}
}