2016-10-01 15:23:18 -04:00

19 lines
504 B
JSON

{
"name": "babel-plugin-transform-flow-comments",
"version": "6.17.0",
"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-runtime": "^6.0.0",
"babel-plugin-syntax-flow": "^6.8.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
}
}