Files
node-cryptoforknote-util-sa…/package.json

24 lines
428 B
JSON
Raw Normal View History

2014-05-15 12:20:48 +01:00
{
"name": "forknote-util",
"version": "0.9.1",
2015-11-11 19:24:47 -07:00
"main": "cryptonote",
"author": {
"name": "LucasJones",
"email": "lucasjonesdev@hotmail.co.uk"
},
"repository": {
"type": "git",
2018-03-24 20:44:19 +01:00
"url": "https://github.com/MoneroOcean/node-forknote-util.git"
2015-11-11 19:24:47 -07:00
},
"dependencies": {
"bindings": "*",
"nan": "^2.0.0"
},
"keywords": [
"cryptonight",
"cryptonote",
"forknote",
"bytecoin"
2015-11-11 19:24:47 -07:00
]
2014-05-15 12:20:48 +01:00
}