Skip to content

Commit 59e3466

Browse files
committed
Merge branch 'jclarkin-master'
2 parents 9c966aa + 4e4b5cc commit 59e3466

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

bower.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"name": "quagga",
3+
"version": "0.6.13",
4+
"description": "An advanced barcode-scanner written in JavaScript",
5+
"main": "dist/quagga.js",
6+
"ignore": [
7+
"build",
8+
"doc",
9+
"spec",
10+
"src",
11+
"tasks",
12+
"test",
13+
".gitignore",
14+
".npmignore",
15+
"Gruntfile.js",
16+
"karma-integration.conf.js",
17+
"karma.conf.js",
18+
"package.json",
19+
"test-main.js"
20+
],
21+
"devDependencies": {
22+
"async": "^0.9.0",
23+
"grunt": "~0.4.5",
24+
"grunt-contrib-jshint": "~0.10.0",
25+
"grunt-contrib-nodeunit": "~0.4.1",
26+
"grunt-contrib-uglify": "~0.5.0",
27+
"grunt-karma": "^0.9.0",
28+
"grunt-requirejs": "^0.4.2",
29+
"karma": "latest",
30+
"karma-chai": "latest",
31+
"karma-chrome-launcher": "^0.1.12",
32+
"karma-coverage": "^0.3.1",
33+
"karma-mocha": "latest",
34+
"karma-phantomjs-launcher": "^0.1.4",
35+
"karma-requirejs": "^0.2.2",
36+
"karma-sinon": "^1.0.4",
37+
"karma-sinon-chai": "^0.2.0",
38+
"sinon": "^1.12.1"
39+
},
40+
"directories": {
41+
"doc": "doc"
42+
},
43+
"scripts": {
44+
"test": "karma start"
45+
},
46+
"repository": {
47+
"type": "git",
48+
"url": "https://github.com/serratus/quaggaJS.git"
49+
},
50+
"bugs": {
51+
"url": "https://github.com/serratus/quaggaJS/issues"
52+
},
53+
"keywords": [
54+
"quagga",
55+
"quaggajs",
56+
"barcode",
57+
"ean",
58+
"code128",
59+
"code39",
60+
"codabar",
61+
"upc",
62+
"getusermedia",
63+
"imageprocessing"
64+
],
65+
"author": "Christoph Oberhofer <[email protected]>",
66+
"license": "MIT"
67+
}

0 commit comments

Comments
 (0)