UNPKG

couchimport

Version:
32 lines (31 loc) 697 B
{ "name": "couchimport", "version": "3.0.1", "description": "CouchDB import scripts", "type": "module", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/glynnbird/couchimport.git" }, "keywords": [ "CouchDB", "Cloudant", "couch", "command-line", "couchimport" ], "author": "Glynn Bird <glynn.bird@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/glynnbird/couchimport/issues" }, "homepage": "https://github.com/glynnbird/couchimport#readme", "dependencies": { "ccurllib": "^4.0.1", "jsonpour": "^2.0.0" }, "bin": { "couchimport": "bin/couchimport.bin.js" } }