@avro/idl
Version:
Avro IDL parsing
50 lines (49 loc) • 976 B
JSON
{
"name": "@avro/idl",
"version": "1.0.0",
"description": "Avro IDL parsing",
"homepage": "https://github.com/mtth/avsc",
"keywords": [
"avro",
"avdl",
"avsc",
"binary",
"interface",
"json",
"schema",
"type"
],
"files": [
"etc/browser",
"lib"
],
"main": "./lib",
"engines": {
"node": ">=0.11"
},
"browser": {
"./lib/files": "./etc/browser/files.js"
},
"scripts": {
"clean": "rm -rf coverage node_modules",
"cover": "nyc mocha",
"coverAndPublish": "nyc npm test && nyc report --reporter=text-lcov | coveralls ../..",
"prepublishOnly": "npm test",
"test": "mocha"
},
"devDependencies": {
"coveralls": "^3.0.2",
"mocha": "^5.2.0",
"nyc": "^14.1.1",
"tmp": "^0.0.33"
},
"author": {
"name": "Matthieu Monsch",
"email": "monsch@alum.mit.edu"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mtth/avsc.git"
}
}