thysultan / cssCharts.js

jquery plugin to create donut and bar charts with css
http://thysultan.com/projects/cssCharts/
45 stars 11 forks source link

Added package.json for npm compatibility #8

Closed lamuertepeluda closed 8 years ago

lamuertepeluda commented 8 years ago

Hi,

I think your work is pretty interesting, because I could not find any CSS based charting library around (only SVG or Canvas based). I wanted to give it a try, but I found that you don't have a package.json included in your root directory.

I made one for you, because I extensively use npm + webpack to install libraries and if there is no package.json you get this issue. Of course feel free to change it as you prefere.

I also suggest you to add a bower.json for people using bowerjs as package manager, and to add this project to npm and bower.io registries.

Best regards,

Vito

thysultan commented 8 years ago

@lamuertepeluda added to bower, now you can 'bower install csscharts'.

Thanks.