-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
37 lines (37 loc) · 944 Bytes
/
package.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
{
"name": "librebarcode",
"version": "0.0.0",
"description": "Libre Barcode: create barcode fonts for various barcode standards.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/graphicore/librebarcode.git"
},
"keywords": [
"barcode",
"barcode font",
"code 39",
"code 128"
],
"author": "Lasse Fister <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/graphicore/librebarcode/issues"
},
"homepage": "https://github.com/graphicore/librebarcode",
"devDependencies": {
"bower": "^1.8.8"
},
"dependencies": {
"commander": "git://github.com/graphicore/commander.js.git#atem-integration",
"fontkit": "^1.7.6",
"helmsman": "^1.0.3",
"jsdom": "~4",
"libxmljs": "~0.19.5",
"lie": "^3.0.2",
"requirejs": "^2.2.0"
}
}