forked from autoNumeric/autoNumeric
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautoNumeric.jquery.json
More file actions
36 lines (36 loc) · 1.09 KB
/
autoNumeric.jquery.json
File metadata and controls
36 lines (36 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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.43",
"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"
}
}