Files
libhalo/package.json
2023-03-07 03:39:01 +01:00

41 lines
1.1 KiB
JSON

{
"name": "@arx-research/libhalo",
"version": "1.1.5",
"description": "LibHaLo - Programmatically interact with HaLo tags from the web browser, mobile application or the desktop.",
"contributors": [
{
"name" : "Michal Leszczynski",
"email" : "ml@arx.sh",
"url" : "https://github.com/icedevml"
},
{
"name" : "Cameron Robertson",
"email" : "cameron@arx.sh",
"url" : "https://github.com/ccamrobertson"
}
],
"keywords": ["blockchain", "ethereum", "bitcoin", "nfc"],
"license": "MIT",
"homepage": "https://github.com/arx-research/libhalo#readme",
"bugs": {
"url" : "https://github.com/arx-research/libhalo/issues/new/choose"
},
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"argparse": "^2.0.1",
"buffer": "^6.0.3",
"elliptic": "^6.5.4",
"ethers": "^5.5.4",
"js-sha256": "^0.9.0",
"query-string": "^7.1.1"
},
"devDependencies": {
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}