node-cryptonote-util/package.json

22 lines
406 B
JSON

{
"name": "cryptonote-util",
"version": "0.0.1",
"main": "cryptonote",
"author": {
"name": "LucasJones",
"email": "lucasjonesdev@hotmail.co.uk"
},
"repository": {
"type": "git",
"url": "https://schwann.lnvpn.de/haraldwolff/node-cryptonote-util.git"
},
"dependencies": {
"bindings": "*",
"nan": "^2.7.0"
},
"keywords": [
"cryptonight",
"cryptonote"
]
}