forked from autoNumeric/autoNumeric
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
35 lines (35 loc) · 858 Bytes
/
bower.json
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
{
"name": "autoNumeric",
"version": "1.9.46",
"main": "./autoNumeric.js",
"keywords": [
"currency",
"money",
"Euro",
"Dollar",
"Pound",
"number",
"numeric",
"format",
"jquery",
"form",
"input",
"mask"
],
"description": "autoNumeric is a 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, Asia and India (lakhs**).",
"license": "http://opensource.org/licenses/mit-license.php",
"dependencies": {
"jquery": ">=1.7"
},
"authors": [{
"name": "Robert Knothe"
}],
"homepage": "http://www.decorplanit.com/plugin/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}