12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"name": "babel-plugin-async-to-generator",
|
|
"version": "1.0.0",
|
|
"description": "Turn async functions into ES2015 generators",
|
|
"repository": "babel/babel",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
]
|
|
}
|