diff --git a/package.json b/package.json index 63fd7f2..61ad684 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,5 @@ "main" : "./rsa.js", "repository" : { "type" : "git", "url" : "http://github.com/chrisa/node-rsa.git" }, "scripts": { "install": "node-waf configure build" }, - "engines" : { "node" : "0.4 || 0.5 || 0.6" } + "engines" : { "node" : "0.4 || 0.5 || 0.6 || 0.8" } }