-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathbower.json
41 lines (41 loc) · 829 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
{
"name": "angular-dynamic-number",
"version": "2.5.1",
"homepage": "https://github.com/uhlryk/angular-dynamic-number",
"authors": [
"Krzysztof Sztompka <[email protected]>"
],
"description": "Highly customizable angular directive for numbers",
"main": "release/dynamic-number.js",
"keywords": [
"angular",
"directive",
"number",
"format",
"comma",
"dot",
"number separator",
"thousand separator",
"decimal separator"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"src",
"examples",
".travis.yml",
".npmignore",
"karma.conf.js",
"package.json",
"gulpfile.js"
],
"dependencies": {
"angular": "~1.4.7"
},
"devDependencies": {
"angular-mocks": "~1.4.7"
}
}