avoidwork / filesize.js

JavaScript library to generate a human readable String describing the file size
https://filesizejs.com
BSD 3-Clause "New" or "Revised" License
1.61k stars 97 forks source link

Add bower manifest #67

Closed vitormil closed 8 years ago

vitormil commented 8 years ago

I'm adding the bower.json because I need the attribute "main" to specify the entry-point files necessary to use the package. Rails assets pipeline reads this attribute to easily integrate with the app.

More details about bower.json: https://github.com/bower/spec/blob/master/json.md

avoidwork commented 8 years ago

Thanks!