2021-12-25 14:39:47 +01:00
|
|
|
{
|
|
|
|
"name": "qortal-ui-crypto",
|
|
|
|
"version": "2.1.0",
|
|
|
|
"keywords": [
|
|
|
|
"QORT",
|
|
|
|
"QORTAL",
|
|
|
|
"DECENTRALIZED"
|
|
|
|
],
|
|
|
|
"homepage": "https://qortal.org",
|
|
|
|
"main": "api.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-12-25 14:56:47 +01:00
|
|
|
"url": "git+https://github.com/Qortal/qortal-ui.git",
|
2021-12-25 14:39:47 +01:00
|
|
|
"directory": "qortal-ui-crypto"
|
|
|
|
},
|
|
|
|
"author": "QORTAL <admin@qortal.org>",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"dependencies": {
|
|
|
|
"asmcrypto.js": "^2.3.2",
|
|
|
|
"buffer": "^6.0.3",
|
|
|
|
"jssha": "^3.2.0",
|
|
|
|
"lodash": "^4.17.21"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14.17.0"
|
|
|
|
}
|
2021-12-25 14:56:47 +01:00
|
|
|
}
|