{
  "name": "broccoli-6to5-transpiler",
  "version": "3.0.0",
  "description": "A Broccoli plugin which transpile ES6 to readable ES5 by using 6to5.",
  "main": "index.js",
  "scripts": {
    "test": "mocha test.js",
    "test:debug": "mocha debug test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/6to5/broccoli-6to5-transpiler.git"
  },
  "keywords": [
    "broccoli-plugin",
    "transpiler",
    "es6",
    "ecmascript",
    "ecmascript6",
    "harmony",
    "javascript",
    "js"
  ],
  "author": "nightire <nightire@very-geek.com> (http://very-geek.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/6to5/broccoli-6to5-transpiler/issues"
  },
  "homepage": "https://github.com/6to5/broccoli-6to5-transpiler",
  "dependencies": {
    "6to5-core": "^3.0.0",
    "broccoli-filter": "^0.1.7",
    "clone": "^0.2.0"
  },
  "devDependencies": {
    "broccoli": "^0.13.3",
    "broccoli-cli": "0.0.1",
    "chai": "^1.10.0",
    "mocha": "^1.21.4",
    "rimraf": "^2.2.8"
  }
}
