Composer plugin for bower/npm assets
This Composer plugin installs bower and npm dependencies using native npm and native bower or PHP bower.
In your composer.json
:
"extra": {
"bower-dependencies": {
"jquery": "*"
},
"bower-devDependencies": {
"qunit": "*"
},
"npm-dependencies": {
"grunt": "0.4.*"
}
}
This project is released under the terms of the BSD-3-Clause license. Read more here.
Copyright © 2015-2016, HiQDev (http://hiqdev.com/)
This package shares the idea with koala-framework/composer-extra-assets.