UNPKG

couchinator

Version:

Fixtures for Cloudant: Create and destroy cloudant databases with ease

26 lines (25 loc) 572 B
{ "name": "couchinator", "version": "0.41.1", "description": "Fixtures for Cloudant: Create and destroy cloudant databases with ease", "main": "lib/index.js", "author": "Carmine M DiMascio", "repository": "https://github.com/cdimascio/couchinator", "license": "Apache-2.0", "keywords": [ "couchdb", "fixtures", "cloudant", "setup", "teardown", "unit test", "database generator" ], "bin": { "couchinator": "bin/couchinator.js" }, "dependencies": { "@cloudant/cloudant": "^2.4.0", "commander": "^2.19.0" } }