node-util/package.json
2022-01-15 11:48:32 -06:00

23 lines
529 B
JSON

{
"name": "zano-util",
"version": "0.0.1",
"main": "cryptonote",
"author": {
"name": "LucasJones, CryptoZoidberg",
"email": "lucasjonesdev@hotmail.co.uk, crypto.zoidberg@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/hyle-team/zano-node-util.git"
},
"dependencies": {
"bindings": "*",
"nan": "^2.14.2",
"bignum": "^0.13.1"
},
"keywords": [
"cryptonight",
"cryptonote",
"zano"
]
}