skull.io
Version:
Real-time web apps with Backbone.js and Socket.io
20 lines (19 loc) • 575 B
JSON
{
"name": "skull.io"
, "version": "0.2.3"
, "description": "Real-time web apps with Backbone.js and Socket.io"
, "keywords": ["backbone.js", "skulljs", "websocket", "socket", "realtime", "socket.io", "comet", "ajax"]
, "author": "Florin Braghis <florin@libertv.ro>"
, "repository":{
"type": "git"
, "url": "https://github.com/codeboost/Skull.io.git"
}
, "dependencies": {
"socket.io": "0.9.16",
"underscore": "1.5.2",
"express": "3.4.4",
"jade": "0.35.0"
}
, "main": "index"
, "engines": { "node": ">= 0.10.10" }
}