31 lines
847 B
JSON
31 lines
847 B
JSON
{
|
|
"name": "maskMoney",
|
|
"version": "3.1.1",
|
|
"title": "jQuery maskMoney",
|
|
"author": {
|
|
"name": "Diego Plentz",
|
|
"email": "diego@plentz.org",
|
|
"url": "http://plentz.org"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://opensource.org/licenses/MIT"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": "latest"
|
|
},
|
|
"description": "jQuery plugin to mask data entry in the input text in the form of money (currency)",
|
|
"keywords": [
|
|
"form",
|
|
"input",
|
|
"mask",
|
|
"money"
|
|
],
|
|
"docs": "http://github.com/plentz/jquery-maskmoney",
|
|
"demo": "http://plentz.github.com/jquery-maskmoney",
|
|
"download": "https://raw.github.com/plentz/jquery-maskmoney/master/dist/jquery.maskMoney.min.js",
|
|
"bugs": "https://github.com/plentz/jquery-maskmoney/issues",
|
|
"homepage": "https://github.com/plentz/jquery-maskmoney"
|
|
} |