Merge pull request #744 from feross/f/engines

Add "engines" field to package.json
This commit is contained in:
Feross Aboukhadijeh
2016-07-27 13:15:12 -07:00
committed by GitHub

View File

@@ -59,6 +59,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",
@@ -66,8 +69,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",