-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 782 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
{
"name": "iban-qr-code",
"version": "1.0.0",
"description": "Creates strings for a QR code to initiate a SEPA credit transfer (SCT). Similar to Girocode or BezahlCode in Germany",
"main": "index.js",
"exports": {
"require": "./index.js",
"import": "./esm/wrapper.js"
},
"repository": {
"type": "git",
"url": "github:cvzi/QR-Code-Generator-fuer-Ueberweisungen.git"
},
"keywords": [
"giro",
"qr",
"bezahlcode",
"girocode",
"iban",
"sepa",
"bank",
"transfer",
"bic",
"epc"
],
"author": "cuzi",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/cvzi/QR-Code-Generator-fuer-Ueberweisungen/issues"
},
"homepage": "https://github.com/cvzi/QR-Code-Generator-fuer-Ueberweisungen"
}