2015-10-30 19:17:19 +00:00

16 lines
432 B
JSON

{
"name": "babel-plugin-transform-async-functions",
"version": "6.0.2",
"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": "^6.0.2",
"babel-runtime": "^5.0.0"
}
}