I set up a fork of the Raphael SVG library at
https://github.com/brantb/raphael and I'm trying to add the proper metadata so that volo knows how to install it.
Here's my package.json:
When I attempt to add this to a project, I get the following output:
----
$ volo create test && cd test
$ volo add brantb/raphael
ERROR: TypeError: Cannot read property 'data' of undefined
----
Volo downloads the zipball and extracts it to ./www/js/lib/raphael, but doesn't update ./package.json.
I read the "Library best practices" document on the wiki, and I *think* I'm doing everything correctly, but obviously something's wrong. Any ideas?