ccampbell / gator

Event delegation in Javascript
http://craig.is/riding/gators
492 stars 46 forks source link

#12 Added package.json #13

Closed wesleytodd closed 10 years ago

wesleytodd commented 10 years ago

If you want to publish this to npm (#12), I created a package.json

ccampbell commented 10 years ago

I am a little confused. What exactly is the use case for using this with node?

wesleytodd commented 10 years ago

I am using browserify to build some front-end assets, so being able to install it with npm would be great.

wesleytodd commented 10 years ago

As a reference, this package is for FE use, but is still distributed via npm: https://github.com/Matt-Esch/virtual-dom

I am using your module in conjunction with that module, so being able to build the whole thing with browserify would be awesome.

wesleytodd commented 10 years ago

See #15

AlexGalays commented 9 years ago

Why is this not merged? There is no gator published on npm either. What do you do today? reference the develop branch directly in your package.json? Funnily I have the same exact use case as @wesleytodd: browserify + virtual-dom.