Adds body-parser to the ember-cli Express stub server allowing you to read POST/PUT
data.
Requires ember-cli >= 0.0.37, which is currently unreleased. (Added here)
It does NOT add body-parser if you are using the proxy server. See relavent discussions:
From within your Ember CLI application (must be > 0.0.36), run the following:
npm install --save-dev ember-cli-body-parser