2015-10-30 11:36:41 -07: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": "^6.0.2"
}
}