sdether / josh.js

Toolkit for building a bash-like shell in the browser, including full readline support
http://sdether.github.com/josh.js/
Apache License 2.0
390 stars 76 forks source link

Add bower package definition file #19

Closed bricef closed 10 years ago

bricef commented 10 years ago

I want to be able to use bower to install josh.js as a dependency on my projects.

The file should work as is with a bower register josh git@github.com:sdether/josh.js.git, then josh.js can be installed with a bower install josh

:)

sdether commented 10 years ago

cool. not a bower user myself, but happy to support it

bricef commented 10 years ago

Cheers @sdether!

I added your josh repository to the registry so now people can install it using bower. The package name is 'josh'.

teone commented 8 years ago

Hey Guys, in the bower.json we should list also the required dependencies to jQuery and lodash, plus in the main section the order of file is wrong: killring should be imported before than input, I just sent a PR here: https://github.com/sdether/josh.js/pull/37

teone commented 8 years ago

Thanks @sdether, thanks for merging #37 right away, I guess @bricef would need to update the bower package to make it work!