-
Notifications
You must be signed in to change notification settings - Fork 25
/
bower.json
38 lines (38 loc) · 958 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
{
"name": "librebarcode",
"version": "0.0.0",
"homepage": "https://github.com/graphicore/librebarcode",
"authors": [
"Lasse Fister <[email protected]>"
],
"description": "Libre Barcode: build barcode fonts for various barcode standards.",
"moduleType": [
"amd"
],
"keywords": [
"barcode",
"barcode font",
"code 39",
"code 128"
],
"license": "GPLv3",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/lib/bower_components",
"test",
"tests"
],
"dependencies": {
"requirejs-domReady": ">=2.0.1",
"Atem-RequireJS-Config": "https://github.com/graphicore/Atem-RequireJS-Config.git",
"requirejs": ">=2.2.0",
"ufoJS": "graphicore/ufoJS",
"Atem-Errors": "graphicore/Atem-Errors",
"Atem-IO": "graphicore/Atem-IO",
"Atem-Pen-Case": "graphicore/Atem-Pen-Case",
"Atem-Math-Tools": "graphicore/Atem-Math-Tools",
"opentype.js": "^1.3.3"
}
}