forked from Jimdo/angular-fontselect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
51 lines (51 loc) · 1.25 KB
/
bower.json
File metadata and controls
51 lines (51 loc) · 1.25 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "angular-fontselect",
"version": "0.13.4",
"authors": [
"Hannes Diercks <hannes.diercks@jimdo.com>",
"Lasse Diercks <lasse@jimdo.com>",
"Xiphe <hannes.diercks@jimdo.com>",
"Joscha Feth <joscha@feth.com>",
"Karsten Buckstegge <k.buckstegge@gmail.com>",
"Christian Meyer <christian.meyer@jimdo.com>",
"Ole Michaelis <Ole.Michaelis@googlemail.com>",
"Sebastian Eichner <mail@sebastian-eichner.de>",
"Hauke Stange <hauke@jimdo.com>",
"Tina Umlandt <tina.umlandt@jimdo.com>",
"HerrBertling <markus277@gmail.com>"
],
"description": "A fontselect directive for AngularJS",
"main": [
"dist/libs/webfontloader.js",
"dist/angular-fontselect.js",
"dist/angular-fontselect.css"
],
"keywords": [
"fonts",
"directive",
"angular",
"webfonts"
],
"license": "MIT",
"devDependencies": {
"webfontloader": "1.5.8",
"lesshat": "3.0.2",
"jquery": "2.1.1",
"angular-mocks": "^1.2.25 <= 1.4.1",
"jasmine-moar-matchers": "~0.0.3"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"demo",
"src",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"angular": "^1.2.25 <= 1.4.1",
"weakmap-polyfill": "^1.0.1"
}
}