Files
node-cryptoforknote-util-mo/package.json

25 lines
463 B
JSON
Raw Normal View History

2014-05-15 12:20:48 +01:00
{
2018-03-25 13:46:56 +02:00
"name": "cryptoforknote-util",
2020-09-04 03:12:05 +00:00
"version": "8.2.0",
2018-03-25 14:56:35 +02:00
"main": "cryptoforknote-util",
2015-11-11 19:24:47 -07:00
"author": {
"name": "LucasJones",
"email": "lucasjonesdev@hotmail.co.uk"
},
"repository": {
"type": "git",
2018-03-25 13:46:56 +02:00
"url": "https://github.com/MoneroOcean/node-cryptoforknote-util.git"
2015-11-11 19:24:47 -07:00
},
"dependencies": {
"bindings": "*",
"nan": "^2.0.0"
},
"keywords": [
"cryptonight",
"cryptonote",
"forknote",
2018-03-25 13:46:56 +02:00
"bytecoin",
"monero"
2015-11-11 19:24:47 -07:00
]
2014-05-15 12:20:48 +01:00
}