2017-04-05 17:13:26 -04:00

18 lines
494 B
JSON

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