Migrate packages from bower.json to package.json
npm install bower-migrate> Migrate packages from bower.json to package.json
```
npm install -g bower-migrate
cd into any project root where you are currently using Bower.
``
npm init
bower-migrate
bower-migrate will prompt you to overwrite the package entry in package.json` if it already exists.
---
MIT © Kevin Lanni