UNPKG

exprimus

Version:

Binds Express and any real time engine through Primus

69 lines (68 loc) 1.26 kB
{ "name": "exprimus", "version": "0.5.2", "description": "Binds Express and any real time engine through Primus", "main": "index.js", "directories": { "example": "example" }, "dependencies": { "node.extend": "^1.1.3", "path-to-regexp": "^1.0.1", "primus": "^2.4.12" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/Xananax/exprimus.git" }, "keywords": [ "abstraction", "browserchannel", "engine.io", "framework", "comet", "streaming", "pubsub", "pub", "sub", "ajax", "xhr", "polling", "http", "faye", "io", "primus", "prumus", "real-time", "realtime", "socket", "socket.io", "sockets", "sockjs", "spark", "transformer", "transformers", "websocket", "websockets", "ws", "express", "framework", "sinatra", "web", "rest", "restful", "router", "app", "api" ], "author": "xananax@yelostudio.com", "license": "ISC", "bugs": { "url": "https://github.com/Xananax/exprimus/issues" }, "homepage": "https://github.com/Xananax/exprimus" }