forked from Jimdo/angular-fontselect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.28 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
{
"name": "angular-fontselect",
"version": "0.13.4",
"description": "A fontselect directive for AngularJS",
"homepage": "https://github.com/Jimdo/angular-fontselect",
"author": "Jimdo GmbH",
"main": "dist/angular-fontselect.js",
"maintainers": [
"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>"
],
"contributors": [
"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>"
],
"keywords": [
"fonts",
"directive",
"angular",
"webfonts"
],
"scripts": {
"test": "grunt test",
"setup": "bower install && grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/Jimdo/angular-fontselect.git"
},
"license": "MIT",
"devDependencies": {
"angular": "1.4.1",
"bower": "^1.7.7",
"grunt": "^0.4.5",
"grunt-angular-toolbox": "^2.1.2",
"grunt-cli": "^0.1.13"
},
"peerDependencies": {
"angular": "^1.2.25 <= 1.4.1"
}
}