buberdds / angular-bootstrap-colorpicker

Native AngularJS colorpicker directive. No dependency on jQuery or jQuery plugin is required.
MIT License
419 stars 226 forks source link

Use license specification matching bowers spec/githubs suggestion #121

Closed egore closed 8 years ago

egore commented 8 years ago

Currently the license is not documented in bower.json. According to the spec (see https://github.com/bower/spec/blob/master/json.md) the bower.json should have a field

"license": "MIT"

Next to that the filename should be LICENSE.txt like suggested by github (see https://help.github.com/articles/open-source-licensing/#where-does-the-license-live-on-my-repository)

buberdds commented 8 years ago

No PR after a month, closing this issue.

egore commented 8 years ago

I'm very sorry that I'm not doing your work for you. If you want your project to show up on webjars.org I recommend fixing the issue described above.

I worked around the problem by using http://ruhley.github.io/angular-color-picker/ instead.