node-cryptonote-util/package.json

22 lines
406 B
JSON
Raw Normal View History

2014-05-15 13:20:48 +02:00
{
2015-11-12 03:24:47 +01:00
"name": "cryptonote-util",
"version": "0.0.1",
"main": "cryptonote",
"author": {
"name": "LucasJones",
"email": "lucasjonesdev@hotmail.co.uk"
},
"repository": {
"type": "git",
2017-09-10 21:47:29 +02:00
"url": "https://schwann.lnvpn.de/haraldwolff/node-cryptonote-util.git"
2015-11-12 03:24:47 +01:00
},
"dependencies": {
"bindings": "*",
2017-09-10 21:47:29 +02:00
"nan": "^2.7.0"
2015-11-12 03:24:47 +01:00
},
"keywords": [
"cryptonight",
"cryptonote"
]
2014-05-15 13:20:48 +02:00
}