forked from mobstac-private/tqrcg-barcode.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"author": "Manuel Braun (mb@w69b.com)",
"description": "Javascript QR Code library, based on zxing",
"name": "barcode.js",
"version": "0.1.25",
"license": "APACHE-2.0",
"main": "./w69b.qrcode.min.js",
"repository": {
"type": "git",
"url": "https://github.com/Schibum/barcode.js"
},
"dependencies": {},
"devDependencies": {
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"del": "^2.0.2",
"event-stream": "^3.3.1",
"google-closure-library": "^20150920.0.0",
"gulp": "^3.9.0",
"gulp-closure-builder-list": "0.0.3",
"gulp-closure-compiler": "^0.3.1",
"gulp-closure-deps": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.1",
"gulp-gjslint": "^0.1.5",
"gulp-plovr": "0.0.1",
"gulp-release-tasks": "0.0.3",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.6",
"gulp-webserver": "^0.9.1",
"gulp-wrap": "^0.11.0",
"harmonize": "^1.4.4",
"iconv.js": "git+https://github.com/Schibum/iconv.js.git",
"karma": "~0.13.10",
"karma-chrome-launcher": "~0.2.1",
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "~0.2.0",
"karma-requirejs": "~0.2.1",
"karma-sauce-launcher": "^0.2.14",
"karma-sourcemap-loader": "^0.3.5",
"matchdep": "~1.0.0",
"mocha": "~2.3.3",
"plovr": "^4.0.0",
"requirejs": "~2.1.11",
"run-sequence": "^1.1.4",
"serve-static": "^1.10.0",
"sinon": "^1.17.1",
"through2": "^2.0.0"
},
"scripts": {
"test": "gulp test"
},
"engines": {
"node": ">=0.8.0"
}
}