Merge pull request #233 from braydonf/engine

Package: Include supported node, os and cpu versions.
This commit is contained in:
Patrick Nagurny 2015-09-15 17:28:49 -04:00
commit 7df8eb1050
1 changed files with 12 additions and 1 deletions

View File

@ -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"
}