flow2schema/package.json

35 lines
673 B
JSON

{
"name": "flow2avro",
"version": "0.1.0",
"description": "Generate avro schemes for flowtype definitions",
"author": "Paul Loyd <pavelko95@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/loyd/flow2avro.git"
},
"bugs": {
"url": "https://github.com/loyd/flow2avro/issues"
},
"keywords": [
"flow",
"flowtype",
"avro",
"avsc"
],
"main": "lib/index.js",
"bin": {
"babylon": "./bin/babylon.js"
},
"dependencies": {
"babylon": "^6.18.0",
"optimist": "^0.6.1"
},
"devDependencies": {
"jsondiffpatch": "^0.2.5"
},
"scripts": {
"test": "tests/do"
}
}