4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-12 02:05:51 +00:00

28 lines
697 B
JSON
Raw Normal View History

2021-12-25 14:39:47 +01:00
{
"name": "qortal-ui-crypto",
2023-03-23 19:06:55 +01:00
"version": "3.1.3",
2022-12-19 18:33:45 +01:00
"description": "Qortal Project - decentralize the world - Data storage, communications, web hosting, decentralized trading, complete infrastructure for the future blockchain-based Internet",
"keywords": [
"QORT",
"QORTAL",
"DECENTRALIZED"
],
"homepage": "https://qortal.org",
"main": "api.js",
"repository": {
"type": "git",
"url": "https://github.com/Qortal/qortal-ui.git",
"directory": "qortal-ui-crypto"
},
"author": "QORTAL <admin@qortal.org>",
"license": "GPL-3.0",
"dependencies": {
"asmcrypto.js": "2.3.2",
"buffer": "6.0.3",
2022-12-08 15:50:14 +01:00
"jssha": "3.3.0",
"lodash": "4.17.21"
},
"engines": {
2023-02-15 17:17:16 +01:00
"node": ">=18.12.1"
}
2023-02-15 17:17:16 +01:00
}