2016-02-06 19:06:41 -05:00

18 lines
452 B
JSON

{
"name": "babel-plugin-syntax-async-functions",
"version": "6.5.0",
"description": "Allow parsing of async functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-functions",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.3.13"
}
}