-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 917 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
{
"name": "qrcode-reader.js",
"version": "1.2.2",
"description": "Javascript library to read QR codes in the browser",
"main": "dist/qrcode.js",
"scripts": {
"test": "gulp test",
"doc": "node node_modules/esdoc/out/src/ESDocCLI.js -c .esdoc.json"
},
"keywords": [
"HTML5",
"javascript",
"QR",
"webQR"
],
"author": "@iagolast",
"license": "MIT",
"homepage": "https://github.com/IagoLast/qrcodejs",
"repository": {
"type": "git",
"url": "https://github.com/IagoLast/qrcodejs.git"
},
"dependencies": {
"eslint": "^2.11.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"del": "^2.2.0",
"esdoc": "^0.4.7",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-rename": "^1.2.2",
"gulp-serve": "^1.2.0",
"gulp-uglify": "^1.5.3"
}
}