Amjad Masad 3d5969ecff v6.7.0
2016-03-08 16:52:45 -08:00

19 lines
505 B
JSON

{
"name": "babel-plugin-transform-flow-comments",
"version": "6.7.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": "^5.0.0",
"babel-plugin-syntax-flow": "^6.3.13"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.3.13"
}
}