Initial commit

This commit is contained in:
lucas
2014-05-15 12:20:48 +01:00
commit 515f6df0ac
216 changed files with 44285 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"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" : "*"
},
"keywords": [
"cryptonight",
"cryptonote"
]
}