most-couchdb
Version:
most (data streaming) for CouchDB
37 lines (36 loc) • 856 B
JSON
{
"name": "most-couchdb",
"version": "3.10.0",
"description": "most (data streaming) for CouchDB",
"main": "db.js",
"scripts": {
"build": "npm install --only=dev && coffee -c *.coffee.md",
"prepublishOnly": "npm run build",
"pretest": "npm run build && coffee -c test/*.coffee.md",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/shimaore/most-couchdb"
},
"keywords": [
"More",
"streaming",
"CouchDB"
],
"author": "stephane@shimaore.net",
"license": "Unlicense",
"dependencies": {
"async-stream-generator": "^1.0.3",
"debug": "^4.1.1",
"lru-cache": "^5.1.1",
"most": "^1.7.3",
"most-async-iterable": "^1.0.1",
"superagent": "^5.0.2"
},
"devDependencies": {
"chai": "^4.1.2",
"coffeescript": "^2.3.1",
"mocha": "^6.2.0"
}
}