jaysalvat / buzz

Buzz is a small but powerful Javascript library that allows you to easily take advantage of the new HTML5 audio element. It tries to degrade silently on non-modern browsers.
http://buzz.jaysalvat.com
MIT License
1.21k stars 227 forks source link

Publish on npm #104

Closed tremby closed 8 years ago

tremby commented 8 years ago

Is this on npm? If not, any particular reason why? I found https://www.npmjs.com/package/node-buzz but that's out of date.

I know I can tell my package.json file to reference this via the Github repository, but Amazon Elastic Beanstalk doesn't seem to support this.

jaysalvat commented 8 years ago

Hello, I wanted to publish Buzz on NPM a long time ago, but the name was already taken. https://www.npmjs.com/package/buzz

I can resign myself to publish Buzz under 2 different names on Bower and NPM. :) Also, I'm not very confortable asking the other dev to give up his NPM name.

tremby commented 8 years ago

It doesn't have to have the same name. Call it buzz-audio or something.

echelon commented 8 years ago

It would be nice to have on NPM, even if you can't use the name buzz.

tremby commented 8 years ago

Sorry to nudge you again, but we're hoping to launch a site on Elastic Beanstalk in the next couple of days and would rather include buzz via NPM than bundling it with our source code. Any idea if you'll package it in the next day or two?

jaysalvat commented 8 years ago

I've just contacted the author of the other library. Waiting for his answer.

mdix commented 8 years ago

You guys heared of npm scopes?

tremby commented 8 years ago

I had not. But seems like a good solution.

jaysalvat commented 8 years ago

Hello,

Buzz is now on NPM. https://www.npmjs.com/package/buzz

Thanks to @jprichardson for giving us the NPM name!

echelon commented 8 years ago

Awesome! Thanks, @jaysalvat!