19 lines
485 B
JSON

{
"name": "babel-plugin-flow-comments",
"version": "1.0.9",
"description": "Turn flow type annotations into comments",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-flow-comments",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-plugin-syntax-flow": "^6.3.13"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.3.13"
}
}