halo
Version:
Keeping your Backbone.js straight with Socket.io
33 lines • 663 B
JSON
{
"name" : "halo",
"description" : "Keeping your Backbone.js straight with Socket.io",
"contributors" : [ {
"name" : "Ian White",
"email": "ian.o.white@gmail.com",
"web" : "http://www.ianowhite.info"
} ],
"dependencies": {
"socket.io": "*",
"underscore": "*",
"origin": "*"
},
"keywords" : [
"Backbone",
"Backbone.js",
"Socket",
"Socket.io",
"binding"
],
"repository" : {
"type": "git",
"url": "git://github.com/ian97531/halo.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main" : "lib/halo.js",
"version" : "0.1.6"
}