now that grunt has been updated running npm install for aerogear-js, this happens
npm ERR! install Couldn't read dependencies npm ERR! Error: invalid version: 1.0.0.M2
if we change the version to 1.0.0-M2( obviously different for future releases ) it will work, similar to how the components.json works
wondering if we should also add a .gitignore to ignore the node_modules directory