play-co / js.io

Javascript Networking Library for building real-time web applications

Home Page:http://js.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package.json files should be merged

tkazec opened this issue · comments

See packages/package.json and https://npmjs.org/package/js.io.

In my opinion, we should update the existing node package (with the name "js.io" instead of "jsio").

We're in the process of removing the old js.io package from npm.

The reasoning for calling it jsio is simple - js.io would be sort of confusing object.property style (and illegal) syntax. Most node packages are

var packageName = require('packageName'); 

and I'd like to keep it consistent.

I agree the old package.json file should be removed.

Hmm, I suppose, though socket.io and hook.io do it ;)

It might also be nice to add some more metadata to the new package.json.

Closing because this seems trivial – feel free to reopen though :)