forked from FCSAmerica/angular-fcsa-number
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 767 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": "kloener-fcsa-number",
"version": "1.6.0",
"authors": [
"Paul Yoder <paulyoder@gmail.com>",
"Christian Illies <fcsa@christianillies.de>"
],
"description": "An Angular directive that validates numbers and adds commas for the thousands separator.",
"main": "src/fcsaNumber.js",
"keywords": [
"angular",
"directive",
"format",
"number",
"validate"
],
"license": "Apache V2",
"homepage": "https://github.com/kloener/angular-fcsa-number",
"ignore": [
"**/.*",
"**/*.coffee",
"node_modules",
"bower_components",
"test",
"Gruntfile.coffee",
"karma.conf.js",
"package.json"
],
"dependencies": {
"angular": "~1.x"
},
"devDependencies": {
"angular-mocks": "~1.x"
}
}