changes
Version:
A consistent, fault tolerant CouchDB _changes listener with pre-fetch support
40 lines (39 loc) • 813 B
JSON
{
"name": "changes",
"version": "1.1.1",
"description": "A consistent, fault tolerant CouchDB _changes listener with pre-fetch support",
"keywords": [
"couchdb",
"changes",
"views",
"consistent"
],
"contributors": [
{
"name": "Bradley Meck",
"email": "bradley@nodejitsu.com"
},
{
"name": "Maciej Malecki",
"email": "maciej@nodejitsu.com"
},
{
"name": "Charlie Robbins",
"email": "charlie@nodejitsu.com"
}
],
"main": "./lib/changes.js",
"homepage": "http://github.com/indexzero/changes",
"repository": {
"type": "git",
"url": "git://github.com/indexzero/changes"
},
"engines": {
"node": "0.8.x | 0.6.x"
},
"dependencies": {
"async": "~0.2.6",
"qs": "~0.5.4",
"request": "~2.14.0"
}
}