Add the legacy frontend themes, scripts, and plugin assets required by the main SPOTA interfaces.
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"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": "diego@plentz.org",
|
|
"url": "http://plentz.org"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Diego Plentz",
|
|
"email": "diego@plentz.org",
|
|
"url": "http://plentz.org"
|
|
},
|
|
{
|
|
"name": "Plínio Balduino",
|
|
"email": "pbalduino+github@gmail.com",
|
|
"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"
|
|
}
|
|
} |