UNPKG

pouchdb-live-find

Version:

Live PouchDB queries that update automatically as changes come in!

67 lines (66 loc) 1.54 kB
{ "name": "pouchdb-live-find", "version": "0.4.0", "description": "Live PouchDB queries that update automatically as changes come in!", "main": "./lib/index.js", "scripts": { "test": "gulp test-node" }, "repository": { "type": "git", "url": "https://github.com/colinskow/pouchdb-live-find.git" }, "keywords": [ "pouch", "pouchdb", "plugin", "find", "mango", "query", "couch", "couchdb", "live", "flux", "redux", "real-time" ], "author": "Colin Skow", "license": "MIT", "bugs": { "url": "https://github.com/colinskow/pouchdb-live-find/issues" }, "homepage": "https://github.com/colinskow/pouchdb-live-find", "dependencies": { "pouchdb-collate": "^6.2.0", "pouchdb-selector-core": "^6.2.0" }, "peerDependencies": { "pouchdb-find": "^6.2.0" }, "devDependencies": { "browserify": "^14.3.0", "chai": "^3.5.0", "gulp": "^3.9.1", "gulp-jshint": "^2.0.4", "gulp-mocha": "^4.3.1", "gulp-rename": "^1.2.2", "gulp-streamify": "^1.0.2", "gulp-uglify": "^2.0.0", "jshint": "^2.9.4", "jshint-stylish": "^2.2.1", "karma": "^1.3.0", "karma-chrome-launcher": "^2.0.0", "karma-mocha": "^1.3.0", "memdown": "^1.2.4", "mocha": "^3.2.0", "pouchdb": "^6.2.0", "pouchdb-find": "^6.2.0", "promise-defer": "^1.0.0", "rimraf": "^2.5.4", "source": "0.0.3", "streamify": "^0.2.7", "stylish": "^1.0.0", "uglify": "^0.1.5", "vinyl-source-stream": "^1.1.0" } }