premasagar / pablo

Pablo is a lightweight, expressive JavaScript SVG library. Pablo creates interactive drawings with SVG (Scalable Vector Graphics), giving access to all of SVG's granularity and power.
https://pablojs.com
MIT License
413 stars 16 forks source link

Added bower.json file to support installation from bower #88

Closed rogeriopvl closed 10 years ago

rogeriopvl commented 10 years ago

Hey! Here's the bower.json file, just like I promised :)

Pablo now shows up in the bower packages. But in order for bower to show the contents of the bower.json file, you need to have git tags for each Pablo version/release (using semver). This is not required, but it improves the metadata and allows users to define specific version dependencies in their projects.

You can now install Pablo with bower install pablo :)

premasagar commented 10 years ago

Nice one, sir! Merging...