forked from plentz/jquery-maskmoney
-
Notifications
You must be signed in to change notification settings - Fork 0
/
maskmoney.jquery.json
42 lines (42 loc) · 1.09 KB
/
maskmoney.jquery.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
{
"name": "maskmoney",
"title": "jQuery maskMoney",
"description": "jQuery plugin to mask data entry in the input text in the form of money (currency)",
"keywords": [
"form",
"input",
"mask"
],
"version": "2.1.2",
"author": {
"name": "Diego Plentz",
"email": "[email protected]",
"url": "http://plentz.org"
},
"maintainers": [
{
"name": "Diego Plentz",
"email": "[email protected]",
"url": "http://plentz.org"
},
{
"name": "Plínio Balduino",
"email": "[email protected]",
"url": "https://github.com/pbalduino"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/plentz/jquery-maskmoney/master/LICENSE"
}
],
"bugs": "https://github.com/plentz/jquery-maskmoney/issues",
"homepage": "http://plentz.github.com/jquery-maskmoney",
"docs": "http://plentz.github.com/jquery-maskmoney",
"demo": "http://plentz.github.com/jquery-maskmoney",
"download": "https://raw.github.com/plentz/jquery-maskmoney/master/jquery.maskMoney.js",
"dependencies": {
"jquery": ">=1.6"
}
}