babel-plugin-async-to-promises
Version:
Transpile ES7 async/await to vanilla ES6 Promise chains
27 lines (26 loc) • 493 B
JSON
{
"name": "kneden",
"version": "1.0.5",
"description": " Transpile ES7 async/await to vanilla ES6 Promise chains",
"repository": "marten-de-vries/kneden",
"author": "Marten de Vries",
"main": "index.js",
"keywords": [
"es",
"7",
"6",
"babel",
"promise",
"async",
"await",
"promises",
"function",
"functions",
"plugin",
"babel-plugin"
],
"dependencies": {
"babel-plugin-async-to-promises": "1.0.5"
},
"license": "ISC"
}