Add frontend assets and plugin bundles
Add the legacy frontend themes, scripts, and plugin assets required by the main SPOTA interfaces.
This commit is contained in:
42
assets/plugins/jquery-maskmoney/maskmoney.jquery.json
Normal file
42
assets/plugins/jquery-maskmoney/maskmoney.jquery.json
Normal file
@@ -0,0 +1,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": "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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user