Created by: fson
Add the engines
field to package.json so users of old Node.js versions
will at least get a warning when trying to install create-react-app:
npm WARN engine react-scripts@0.4.1: wanted: {"node":">=4"} (current: {"node":"2.5.0","npm":"2.13.2"})
Fixes the issue raised in #570 (closed).