Add "engines" field to package.json

Fixes #675
This commit is contained in:
Feross Aboukhadijeh
2016-07-26 22:58:07 -07:00
parent 6891ef1a0d
commit 904f337713

View File

@@ -58,6 +58,9 @@
"run-series": "^1.1.4",
"standard": "^7.0.0"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://webtorrent.io",
"keywords": [
"desktop",
@@ -65,8 +68,8 @@
"electron-app",
"hybrid webtorrent client",
"mad science",
"torrent client",
"torrent",
"torrent client",
"webtorrent"
],
"license": "MIT",