millermedeiros / amd-utils

modular JavaScript utilities written in the AMD format
http://millermedeiros.github.com/amd-utils
142 stars 11 forks source link

Add component.json in order to work with bower #86

Closed satazor closed 12 years ago

satazor commented 12 years ago

I registered amd-utils to twitter's frontend package manager bower.

Bower first attempts to use the component.json file and fallbacks to the package.json one. Though amd-utils package.json file declares dependencies that are not needed in the frontend such as amdefine and wrench. They actually do not exist in bower because they are not needed in the frontend world.

So a component.json without these is needed. Bower only understands the name, version, dependencies and main properties.

millermedeiros commented 12 years ago

I also bumped the version to 0.6.0 since bower uses the tags to define which version to download.