2016-01-06 15:34:12 -05:00

21 lines
620 B
JSON

{
"name": "babel-plugin-transform-async-to-module-method",
"version": "6.4.0",
"description": "Turn async functions into a module method",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-module-method",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-async-functions": "^6.3.13",
"babel-helper-remap-async-to-generator": "^6.3.13",
"babel-types": "^6.4.0",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.3.13"
}
}