Sebastian McKenzie 7b36967416 v6.3.13
2015-12-04 22:56:51 +11:00

18 lines
453 B
JSON

{
"name": "babel-plugin-syntax-async-functions",
"version": "6.3.13",
"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"
}
}