36 lines
1.1 KiB
JSON
Executable File
36 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": "autoNumeric",
|
|
"title": "autoNumeric - Currency formatting made easy",
|
|
"description": "jQuery plugin that automatically formats currency (money) and numbers as you type on form inputs. It supports most International numeric formats and currency signs including those used in Europe, North and South America, Afirica, Asia and India (lakhs**)..",
|
|
"keywords": [
|
|
"currency",
|
|
"money",
|
|
"Euro",
|
|
"Dollar",
|
|
"Pound",
|
|
"number",
|
|
"numeric",
|
|
"format",
|
|
"jquery",
|
|
"form",
|
|
"input",
|
|
"mask"
|
|
],
|
|
"version": "1.9.46",
|
|
"author": {
|
|
"name": "Robert (Bob) Knothe",
|
|
"url": "https://github.com/BobKnothe/autoNumeric"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/BobKnothe/autoNumeric/blob/master/license.txt"
|
|
}
|
|
],
|
|
"homepage": "http://www.decorplanit.com/plugin/",
|
|
"demo": "http://www.decorplanit.com/plugin/",
|
|
"docs": "http://www.decorplanit.com/plugin/",
|
|
"dependencies": {
|
|
"jquery": ">=1.72"
|
|
}
|
|
} |