2017-09-11 23:01:41 -04:00

18 lines
496 B
JSON

{
"name": "babel-plugin-transform-async-functions",
"version": "7.0.0-beta.0",
"description": "Compile async functions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-functions",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-async-functions": "7.0.0-beta.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.0"
}
}