diff --git a/package.json b/package.json index 61273e26a..1ee9479f3 100644 --- a/package.json +++ b/package.json @@ -76,5 +76,8 @@ "commander": "~2.1.0", "browser-pack": "~2.0.1" }, - "license": "MIT" + "license": "MIT", + "engines": { + "node": ">=0.10" + } }