UNPKG

avro-schema-registry

Version:

Confluent Schema Registry implementation in javascript to easily serialize and deserialize kafka messages

31 lines (30 loc) 720 B
{ "name": "avro-schema-registry", "version": "2.1.5", "description": "Confluent Schema Registry implementation in javascript to easily serialize and deserialize kafka messages", "main": "registry.js", "scripts": { "test": "node node_modules/.bin/mocha ./test --recursive" }, "keywords": [ "kafka", "schema", "schema-registry" ], "author": "Bence Balogh", "license": "MIT", "peerDependencies": { "avsc": "^5.2.1" }, "repository": { "type": "git", "url": "git://github.com/bencebalogh/avro-schema-registry.git" }, "devDependencies": { "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "mocha": "^5.0.3", "nock": "^9.2.3", "sinon": "^4.4.2" } }