grunt-npm2bower-sync
Syncs specified properties from package.json to bower.json
npm install grunt-npm2bower-sync --save-dev
Once that's done, add this line to your project's Gruntfile.js:
grunt;
You can also sync properties from the command line using command grunt sync
If you need just the default properties synced, you can use task sync
without options
grunt;
License
This repo was forked from grunt-sync-pkg by Jon Schlinkert.
Copyright (c) 2013-09-09 Jon Schlinkert Licensed under the MIT LICENSE.