Match restify engine dependencies

This commit is contained in:
Michelle Bu 2013-07-09 08:07:57 -07:00
parent a146c7a5a2
commit 72998056e0

View File

@ -20,6 +20,9 @@
"sinon": "*", "sinon": "*",
"mocha": "*" "mocha": "*"
}, },
"engines": {
"node": ">=0.8"
},
"scripts": { "scripts": {
"test": "mocha test" "test": "mocha test"
} }