nfccard-tool
Version:
The toolbox for reading and writing nfc cards.
45 lines (44 loc) • 986 B
JSON
{
"name": "nfccard-tool",
"version": "0.1.1",
"description": "The toolbox for reading and writing nfc cards.",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"lib": "lib"
},
"dependencies": {
"ndef-lib": "0.0.7"
},
"devDependencies": {
"@taptrack/ndef": "^1.0.3",
"nfc-pcsc": "^0.6.2"
},
"scripts": {
"read-nfcpcsc": "node examples/read-nfc-pcsc",
"write-nfcpcsc": "node examples/write-nfc-pcsc",
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/somq/nfccard-tool.git"
},
"keywords": [
"NDEF",
"Capablity",
"Container",
"Type",
"2",
"NFC",
"14443",
"tag",
"card"
],
"author": "somq",
"license": "ISC",
"bugs": {
"url": "https://github.com/somq/nfccard-tool/issues"
},
"homepage": "https://github.com/somq/nfccard-tool#readme"
}