-
Notifications
You must be signed in to change notification settings - Fork 10
/
bower.json
42 lines (42 loc) · 905 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": "ufoJS",
"version": "0.0.0",
"homepage": "lib.ufojs.org",
"authors": [
"Lasse Fister <commander@graphicore.de>"
],
"description": "JavaScript API for the Unified Font Object",
"moduleType": [
"amd"
],
"keywords": [
"UFO",
"unified",
"font",
"object",
"ufoLib",
"glifLib",
"plistLib",
"typography",
"fonts"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"lib/bower_components",
"test",
"tests"
],
"dependencies": {
"requirejs-domReady": ">=2.0.1",
"Atem-RequireJS-Config": "graphicore/Atem-RequireJS-Config",
"obtainjs": "graphicore/obtainJS",
"Atem-Errors": "graphicore/Atem-Errors",
"Atem-Pen-Case": "graphicore/Atem-Pen-Case",
"Atem-IO": "graphicore/Atem-IO",
"Atem-Math-Tools": "graphicore/Atem-Math-Tools",
"path": ">=3.46.1"
}
}