opitzconsulting / uitest.js

uitest.js is able to load a webpage into a frame, instrument that page and the javascript in that page (e.g. add additional scripts at the end of the document, ...) and execute actions on that page.
MIT License
67 stars 8 forks source link

added bower component file #18

Closed jperl closed 11 years ago

jperl commented 11 years ago

So it can be used as a bower component

jperl commented 11 years ago

After this is merged if you have bower installed npm install -g bower you can just run bower register uitest.js git://github.com/tigbro/uitest.js.git to register it (or I can do it)

tbosch commented 11 years ago

Hi, mmh, is there a way to use the package.json for specifying the version, so we don't have to keep it in two places: package.json and component.json?

Thanks tobias

jperl commented 11 years ago

No unfortunately they did that on purpose discussion about it is here.

This is going to be used on the client more often so it definitely makes sense to have a bower component.