UNPKG

tailed-mongo

Version:

Tailed cursor for MongoDB capped collections

30 lines (29 loc) 644 B
{ "name": "tailed-mongo", "version": "0.1.8", "description": "Tailed cursor for MongoDB capped collections", "author": "Manuel de la Higuera <mhiguera@gmail.com>", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/mhiguera/tailed-mongo.git" }, "keywords": [ "sync", "mongodb", "capped", "tail", "cursor", "publish", "subscription" ], "license": "MIT", "bugs": { "url": "https://github.com/mhiguera/tailed-mongo/issues" }, "homepage": "https://github.com/mhiguera/tailed-mongo", "dependencies": { "async": "^2.0.1", "mongodb": "^2.2.10" } }