UNPKG

chai-avro

Version:

Plugin to use Avro schemas together with the chaijs testing framework

33 lines (32 loc) 713 B
{ "name": "chai-avro", "version": "0.0.2", "description": "Plugin to use Avro schemas together with the chaijs testing framework", "main": "chai-avro.js", "scripts": { "test": "node_modules/.bin/mocha ./test" }, "repository": { "type": "git", "url": "git+https://github.com/ryx/chai-avro.git" }, "keywords": [ "chaijs", "avro", "chai-avro", "avdl" ], "author": "Rico Pfaus <ricopfaus@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ryx/chai-avro/issues" }, "homepage": "https://github.com/ryx/chai-avro#readme", "dependencies": { "avsc": "^4.1.9" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.1.2" } }