src: refactor to use nan

- Now it supports latest 0.8.x, 0.10.x and 0.11.x
This commit is contained in:
Santiago Gimeno
2014-06-04 12:42:41 +02:00
parent 6629703927
commit 26faed6dec
7 changed files with 171 additions and 257 deletions

View File

@@ -11,7 +11,8 @@
},
"dependencies": {
"buffertools": "^2.1.2",
"bindings": "~1.1.0"
"bindings": "^1.1.0",
"nan": "^1.3.0"
},
"devDependencies": {
"mocha": "~1.11.0",