{
  "name": "babel",
  "version": "1.0.0",
  "description": "",
  "language": "babel",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "start": "./node_modules/microcule/bin/microcule .",
    "test": "echo \"no tests available\""
  },
  "author": "examples",
  "dependencies": {
    "babel-core": "^6.16.0",
    "babel-plugin-syntax-async-functions": "^6.13.0",
    "babel-plugin-transform-regenerator": "^6.16.1",
    "babel-polyfill": "^6.16.0",
    "babel-preset-es2015": "^6.16.0",
    "babel-preset-stage-3": "^6.16.0",
    "microcule": "*"
  }
}