forked from bcherny/format-as-currency
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 783 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
36
37
38
39
40
41
42
{
"name": "format-as-currency",
"main": "format-as-currency.js",
"version": "1.0.3",
"authors": [
"Boris Cherny <[email protected]>"
],
"description": "Angular directive to format an input as a currency as the user types",
"moduleType": [
"globals"
],
"keywords": [
"angular",
"currency",
"dollar",
"euro",
"input",
"text",
"autocomplete",
"typeahead",
"format",
"automatic",
"auto",
"nice",
"pretty"
],
"license": "CC0",
"homepage": "https://github.com/bcherny/format-as-currency",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.14"
},
"devDependencies": {
"angular-mocks": "~1.3.14"
}
}