updates for Nan 2.x
This commit is contained in:
38
package.json
38
package.json
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"keywords": [
|
||||
"cryptonight",
|
||||
"cryptonote"
|
||||
]
|
||||
"name": "cryptonote-util",
|
||||
"version": "0.0.1",
|
||||
"main": "cryptonote",
|
||||
"author": {
|
||||
"name": "LucasJones",
|
||||
"email": "lucasjonesdev@hotmail.co.uk"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/clintar/node-cryptonote-util.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"bindings": "*",
|
||||
"nan": "^2.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"cryptonight",
|
||||
"cryptonote"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user