Sebastian McKenzie 03383bdf31 v6.1.4
2015-11-11 02:04:26 -08:00

18 lines
451 B
JSON

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