Files
hrm_eva/wwwroot/BackendScript/js/jquery-maskmoney-master/bower.json
2020-07-12 15:04:12 +07:00

26 lines
529 B
JSON

{
"name": "jquery-maskmoney",
"version": "3.1.1",
"homepage": "https://github.com/plentz/jquery-maskmoney",
"authors": [
"Diego Plentz <diego@plentz.org>"
],
"description": "jQuery plugin to mask data entry in the input text in the form of money (currency).",
"main": "dist/jquery.maskMoney.js",
"keywords": [
"form",
"money",
"jquery"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"dependencies": {
"jquery": "^3.2.1"
}
}