-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1018 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
41
42
43
44
45
46
{
"name": "scanit.js",
"description": "Generate QRCode easly as hell",
"version": "1.0.0",
"homepage": "http://vincentloy.github.io/scanit.js",
"author": {
"name": "Vincent Loy",
"url": "http://vincent-loy.fr",
"email": "[email protected]"
},
"keywords": [
"scanit",
"scan",
"qrcode",
"qr",
"code",
"jquery",
"plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/VincentLoy/scanit.js"
},
"bugs": {
"url": "https://github.com/VincentLoy/scanit.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/VincentLoy/scanit.js/blob/master/LICENSE"
}
],
"devDependencies": {
"bower": "~1.3.2",
"gulp": "^3.8.11",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"javascript-qrcode": "^1.0.7",
"less": "~1.7.0"
}
}