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