File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Copyright (c) 2009 Kazuhiko Arase
2+
3+ URL: http://www.d-project.com/
4+
5+ Licensed under the MIT license:
6+ http://www.opensource.org/licenses/mit-license.php
7+
8+ The word "QR Code" is registered trademark of
9+ DENSO WAVE INCORPORATED
10+ http://www.denso-wave.com/qrcode/faqpatent-e.html
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " qrcode-generator" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " QR Code Generator implementation in JavaScript." ,
5+ "author" : " Kazuhiko Arase" ,
6+ "main" : " qrcode.js" ,
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" : " https://github.com/kazuhikoarase/qrcode-generator.git"
10+ },
11+ "bugs" : {
12+ "url" : " https://github.com/kazuhikoarase/qrcode-generator/issues"
13+ },
14+ "keywords" : [
15+ " qr" ,
16+ " qrcode" ,
17+ " generator"
18+ ],
19+ "license" : " MIT"
20+ }
You can’t perform that action at this time.
0 commit comments