2019-03-14 17:15:23 +01:00
|
|
|
{
|
2019-04-24 21:35:53 +03:00
|
|
|
"name": "zano-util",
|
2019-03-14 17:15:23 +01:00
|
|
|
"version": "0.0.1",
|
|
|
|
|
"main": "cryptonote",
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "LucasJones, CryptoZoidberg",
|
|
|
|
|
"email": "lucasjonesdev@hotmail.co.uk, crypto.zoidberg@gmail.com"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2019-04-24 21:35:53 +03:00
|
|
|
"url": "https://github.com/hyle-team/zano-node-util.git"
|
2019-03-14 17:15:23 +01:00
|
|
|
},
|
2022-01-15 11:48:32 -06:00
|
|
|
"dependencies": {
|
|
|
|
|
"bindings": "*",
|
|
|
|
|
"nan": "^2.14.2",
|
|
|
|
|
"bignum": "^0.13.1"
|
2019-03-14 17:15:23 +01:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"cryptonight",
|
|
|
|
|
"cryptonote",
|
|
|
|
|
"zano"
|
|
|
|
|
]
|
|
|
|
|
}
|