-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 848 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
38
39
40
{
"name": "barcode-converter",
"repository": {
"type": "git",
"url": "git+https://github.com/leibale/barcode-converter.git"
},
"keywords": [
"barcode",
"converter",
"barcode converter",
"convert barcode",
"upc-a",
"upca",
"upc-e",
"upce"
],
"devDependencies": {
"mocha": "*",
"should": "*",
"gulp": "3.9.0",
"gulp-git": "1.2.4",
"gulp-rename": "1.2.2",
"gulp-uglify": "1.2.0",
"gulp-browserify": "0.5.1"
},
"bugs": {
"url": "https://github.com/leibale/barcode-converter/issues"
},
"homepage": "https://github.com/leibale/barcode-converter#readme",
"version": "0.0.1",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test"
},
"author": "leibale eidelman <[email protected]>",
"license": "MIT"
}