UNPKG

gcloud-pubsub-kafka-connect

Version:
52 lines (51 loc) 1.64 kB
{ "name": "gcloud-pubsub-kafka-connect", "version": "1.3.0", "description": "kafka connect connector for Google Cloud's Pubsub", "main": "index.js", "scripts": { "test": "istanbul cover _mocha -- --recursive --timeout 12500 -R spec test/int && istanbul check-coverage --statements 80", "test-ci": "istanbul cover _mocha --report lcovonly -- --timeout 12500 -R spec test/int && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "repository": { "type": "git", "url": "git+https://github.com/nodefluent/gcloud-pubsub-kafka-connect.git" }, "keywords": [ "kafka", "kafka-connect", "connect", "connector", "google", "pubsub", "cloud", "gcloud", "publish", "subscribe" ], "author": "Holger Adam", "license": "MIT", "bugs": { "url": "https://github.com/nodefluent/glcoud-pubsub-kafka-connect/issues" }, "homepage": "https://github.com/nodefluent/glcoud-pubsub-kafka-connect#readme", "preferGlobal": true, "bin": { "nkc-pubsub-source": "bin/nkc-pubsub-source.js", "nkc-pubsub-sink": "bin/nkc-pubsub-sink.js" }, "dependencies": { "@google-cloud/pubsub": "^0.20.0", "async": "^2.6.1", "kafka-connect": "^3.5.1" }, "devDependencies": { "coveralls": "^3.0.2", "istanbul": "^0.4.5", "log4bro": "^3.7.1", "mocha": "^5.2.0", "mocha-lcov-reporter": "^1.3.0", "testdouble": "^3.8.1", "uuid": "^3.3.2" } }