node-cryptonote-util/package.json

22 lines
451 B
JSON
Raw Permalink Normal View History

2014-05-15 13:20:48 +02:00
{
"name": "cryptonote-util",
"version": "0.0.1",
"main": "cryptonote",
"author": {
"name": "LucasJones",
"email": "lucasjonesdev@hotmail.co.uk"
},
"repository": {
"type": "git",
"url": "https://github.com/LucasJones/node-cryptonote-util.git"
},
"dependencies" : {
"bindings" : "*",
"nan" : "1"
2014-05-15 13:20:48 +02:00
},
"keywords": [
"cryptonight",
"cryptonote"
]
}