Skip to content

Commit 662bf63

Browse files
committed
Merge pull request #10 from piuccio/npm
Add license and package.json
2 parents 8548019 + 3f6f5b5 commit 662bf63

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

LICENSE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

js/package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
}

0 commit comments

Comments
 (0)