{ "name": "pouch-stream", "version": "0.4.1", "description": "Experimental streaming version of PouchDB", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:calvinmetcalf/PouchStream.git" }, "keywords": [ "pouch", "stream", "couch", "db" ], "author": "Calvin Metcalf", "license": "MIT", "bugs": { "url": "https://github.com/calvinmetcalf/PouchStream/issues" }, "homepage": "https://github.com/calvinmetcalf/PouchStream", "dependencies": { "inherits": "^2.0.1", "readable-stream": "^1.0.27-1" }, "devDependencies": { "pouchdb": "^3.3.1", "random-document-stream": "0.0.0", "tap-spec": "^2.2.2", "tape": "^2.12.3", "through2": "^0.4.1" }, "scripts": { "test": "node test/test.js | tspec" } }