2021-12-25 14:39:47 +01:00
{
2022-10-18 18:54:27 +02: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" ,
2022-10-18 18:54:27 +02:00
"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" ,
2022-10-18 18:54:27 +02:00
"lodash" : "4.17.21"
} ,
"engines" : {
2023-02-15 17:17:16 +01:00
"node" : ">=18.12.1"
2022-10-18 18:54:27 +02:00
}
2023-02-15 17:17:16 +01:00
}