1
0
mirror of https://github.com/ryanchanplc/node-fps-hk.git synced 2025-04-04 14:20:42 +00:00
node-fps-hk/package.json
2024-09-24 13:18:49 +08:00

34 lines
645 B
JSON

{
"name": "node-fps-hk",
"version": "1.0.3",
"description": "A tool to generate the qrcode content string used by Faster Payment System in Hong Kong",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanchanplc/node-fps-hk.git"
},
"files": [
"/src",
"./index.js"
],
"author": "Ryan Chan",
"license": "MIT",
"devDependencies": {
"mocha": "^6.2.2",
"rewire": "^4.0.1",
"should": "^13.2.3"
},
"keywords": [
"fps",
"hk",
"payment",
"faster payment system"
]
}