1{ 2 "name": "kivik-pouchdb", 3 "version": "1.0.0", 4 "description": "PouchDB driver for Kivik", 5 "author": "Jonathan Hall <flimzy@flimzy.com>", 6 "repository": { 7 "type": "git", 8 "url": "https://github.com/go-kivik/pouchdb" 9 }, 10 "devDependencies": { 11 "inherits": "^2.0.3", 12 "memdown": "^3.0.0", 13 "pouchdb": "^7.0.0", 14 "pouchdb-all-dbs": "^1.0.2", 15 "pouchdb-find": "^7.0.0", 16 "source-map-support": "^0.5.9", 17 "xhr2": "^0.1.4" 18 } 19}