napas-qr
Version:
A package to create qr code for fund transfer between VietNam banks with NAPAS standard
28 lines (25 loc) • 605 B
JSON
{
"name": "napas-qr",
"author": "Duy Quoc <duyquoc.nguyen.bk@gmail.com> (https://github.com/duyquoc1508)",
"version": "1.0.4",
"description": "A package to create qr code for fund transfer between VietNam banks with NAPAS standard",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\""
},
"license": "ISC",
"dependencies": {
"crc": "^4.3.2",
"crypto-js": "^4.1.1"
},
"keywords": [
"napas",
"qrcode",
"generate qrcode",
"bank transfer"
],
"repository": {
"type": "git",
"url": "https://github.com/duyquoc1508/napas-qr"
}
}