From d24a3a224253293c57dddef257901fdcf09de382 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 15 Sep 2015 15:29:53 -0400 Subject: [PATCH] Package: Include supported node, os and cpu versions. --- package.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0385f0e4..4246f9c1 100644 --- a/package.json +++ b/package.json @@ -73,5 +73,16 @@ "proxyquire": "^1.3.1", "rimraf": "^2.4.2", "sinon": "^1.15.4" - } + }, + "engines": { + "node": ">=0.12.0" + }, + "os": [ + "darwin", + "linux" + ], + "cpu": [ + "x64" + ], + "license": "MIT" }