This package is the core part of https://asset-packagist.org/ project.
Asset Packagist allows installation of Bower and NPM packages as native Composer packages.
NO plugins and NO Node.js are required.
You don't need to install anything to use Asset Packagist!
If you want to setup your own version of Asset Packagist please see installation instruction at hiqdev/asset-packagist.dev
List required packages like the following:
"require": {
"bower-asset/bootstrap": "^3.3",
"npm-asset/jquery": "^2.2"
}
And add these lines:
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
More information can be found on about page.
This project is released under the terms of the BSD-3-Clause license. Read more here.
Copyright © 2016-2018, HiQDev (http://hiqdev.com/)
This project uses Francois Pluchino's composer-asset-plugin to convert Bower and NPM packages to composer format.