{
  "name": "babel-preset-bleeding",
  "version": "0.0.0",
  "description": "Babel preset for all es2015 plugins, plus --loose es6.modules.",
  "keywords": [
    "babel",
    "es2015",
    "preset",
    "loose",
    "commonjs",
    "modules",
    "stage-0",
    "react",
    "hot loader"
  ],
  "files": [
    "index.js",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://babeljs.io/",
  "license": "MIT",
  "main": "index.js",
  "dependencies": {
    "babel-plugin-transform-es2015-template-literals": "*",
    "babel-plugin-transform-es2015-literals": "*",
    "babel-plugin-transform-es2015-function-name": "*",
    "babel-plugin-transform-es2015-arrow-functions": "*",
    "babel-plugin-transform-es2015-block-scoped-functions": "*",
    "babel-plugin-transform-es2015-classes": "*",
    "babel-plugin-transform-es2015-object-super": "*",
    "babel-plugin-transform-es2015-shorthand-properties": "*",
    "babel-plugin-transform-es2015-computed-properties": "*",
    "babel-plugin-transform-es2015-for-of": "*",
    "babel-plugin-transform-es2015-sticky-regex": "*",
    "babel-plugin-transform-es2015-unicode-regex": "*",
    "babel-plugin-transform-es2015-constants": "*",
    "babel-plugin-transform-es2015-spread": "*",
    "babel-plugin-transform-es2015-parameters": "*",
    "babel-plugin-transform-es2015-destructuring": "*",
    "babel-plugin-transform-es2015-block-scoping": "*",
    "babel-plugin-transform-es2015-typeof-symbol": "*",
    "babel-plugin-transform-es2015-modules-commonjs": "*",
    "babel-plugin-transform-regenerator": "*",
    "babel-plugin-transform-react-jsx": "*",
    "babel-plugin-transform-flow-strip-types": "*",
    "babel-plugin-syntax-flow": "*",
    "babel-plugin-syntax-jsx": "*",
    "babel-plugin-transform-react-display-name": "*",
    "babel-preset-stage-0": "*"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MattMcFarland/babel-preset-bleeding.git"
  },
  "author": "Matt A McFarland",
  "bugs": {
    "url": "https://github.com/MattMcFarland/babel-preset-bleeding/issues"
  }
}
