mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-10 05:38:10 -05:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@arx-research/libhalo",
|
|
"version": "1.2.30",
|
|
"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",
|
|
"crypto-browserify": "^3.12.0",
|
|
"elliptic": "^6.5.4",
|
|
"ethers": "^5.5.4",
|
|
"jose": "^4.13.1",
|
|
"js-sha256": "^0.9.0",
|
|
"pbkdf2": "^3.1.2",
|
|
"qrcode": "^1.5.1",
|
|
"query-string": "^7.1.1",
|
|
"stream-browserify": "^3.0.0",
|
|
"websocket-as-promised": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.1"
|
|
}
|
|
}
|