{
  "name": "@kidph/avsc",
  "version": "5.4.7",
  "description": "Avro for JavaScript",
  "homepage": "https://github.com/mtth/avsc",
  "keywords": [
    "api",
    "avdl",
    "avpr",
    "avro",
    "avsc",
    "binary",
    "buffer",
    "data",
    "decoding",
    "encoding",
    "idl",
    "interface",
    "ipc",
    "json",
    "marshalling",
    "message",
    "protocol",
    "rpc",
    "schema",
    "serde",
    "serialization",
    "type"
  ],
  "files": [
    "lib",
    "etc/browser",
    "types"
  ],
  "main": "./lib",
  "types": "./types",
  "browser": {
    "./lib": "./etc/browser/avsc.js",
    "./lib/files": "./etc/browser/lib/files.js",
    "crypto": "./etc/browser/lib/crypto.js"
  },
  "engines": {
    "node": ">=0.11"
  },
  "scripts": {
    "cover": "istanbul cover _mocha",
    "clean": "rm -rf coverage dist node_modules",
    "dist": "./etc/scripts/dist",
    "perf": "./etc/scripts/perf etc/schemas/*",
    "test": "mocha",
    "zuul": "zuul --no-coverage -- test/*.js"
  },
  "devDependencies": {
    "coveralls": "^3.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "tmp": "^0.0.33"
  },
  "author": "Matthieu Monsch <monsch@alum.mit.edu>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/mtth/avsc.git"
  },
  "bugs": {
    "url": "https://github.com/mtth/avsc/issues"
  },
  "directories": {
    "doc": "doc",
    "lib": "lib",
    "test": "test"
  },
  "publishConfig": {
    "@kidph:registry": "https://npm.pkg.github.com"
  }
}
