{
  "name": "cdap-avsc",
  "version": "4.1.13",
  "description": "This project is a clone of mtth/avsc repo with modifications required by CDAP",
  "homepage": "https://github.com/caskdata/ui-schema-parser",
  "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",
    "dist"
  ],
  "main": "dist/cdap-avsc-lib.js",
  "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",
    "prod-build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js",
    "buildwatch": "NODE_ENV=development ./node_modules/webpack/bin/webpack.js --dev-tools -D --watch"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.3.1",
    "babel-loader": "^8.0.5",
    "coveralls": "2.11.14",
    "istanbul": "0.4.5",
    "mocha": "3.1.2",
    "node-libs-browser": "2.0.0",
    "tmp": "0.0.29",
    "uglifyjs-webpack-plugin": "^2.1.1",
    "webpack": "^4.29.3",
    "webpack-cli": "^3.2.3"
  },
  "author": {
    "name": "Matthieu Monsch",
    "email": "monsch@alum.mit.edu"
  },
  "contributors": [
    {
      "name": "Caskdata"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/caskdata/ui-schema-parser.git"
  }
}
