forked from price-format/Jquery-Price-Format
-
Notifications
You must be signed in to change notification settings - Fork 0
/
price-format.jquery.json
38 lines (38 loc) · 1.03 KB
/
price-format.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
{
"name": "price-format",
"title": "jQuery Price Format",
"description": "jQuery Price Format plugin is useful to format input text fields or any HTML element as prices.",
"keywords": [
"price",
"money",
"currency",
"number",
"format",
"mask"
],
"version": "2.1",
"author": {
"name": "Eduardo Cuducos",
"url": "http://about.me/cuducos"
},
"maintainer": [
{
"name": "Flávio Silveira",
"email": "flavioaugustosilveira@gmail.com",
"url": "http://flaviosilveira.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/flaviosilveira/Jquery-Price-Format/issues",
"homepage": "https://jquerypriceformat.com",
"docs": "https://jquerypriceformat.com",
"download": "https://github.com/flaviosilveira/Jquery-Price-Format/releases",
"dependencies": {
"jquery": ">=1.5"
}
}