30 lines
614 B
JSON
Raw Normal View History

2021-12-25 14:39:47 +01:00
{
"name": "qortal-ui-crypto",
2022-04-09 21:58:09 +02:00
"version": "2.2.1",
2022-01-02 18:31:48 +01:00
"description": "QORTAL-UI Crypto",
2021-12-25 14:39:47 +01:00
"keywords": [
"QORT",
"QORTAL",
"DECENTRALIZED"
],
"homepage": "https://qortal.org",
"main": "api.js",
"repository": {
"type": "git",
2021-12-25 15:41:23 +01:00
"url": "https://github.com/Qortal/qortal-ui.git",
2021-12-25 14:39:47 +01:00
"directory": "qortal-ui-crypto"
},
"author": "QORTAL <admin@qortal.org>",
2022-02-04 05:28:04 -08:00
"license": "GPL-3.0",
2021-12-25 14:39:47 +01:00
"dependencies": {
2022-04-09 21:58:09 +02:00
"asmcrypto.js": "2.3.2",
"buffer": "6.0.3",
"jssha": "3.2.0",
"lodash": "4.17.21",
"lit-translate": "2.0.0-rc.1"
2021-12-25 14:39:47 +01:00
},
"engines": {
"node": ">=14.17.0"
}
2021-12-25 14:56:47 +01:00
}