{
  "name": "babel-compile",
  "version": "2.0.0",
  "description": "A script to compile .js and .jsx to es6 with Babel using babel-core, that actually works!",
  "main": "lib/compile.js",
  "scripts": {
    "installTestPreset": "test ! -d ./node_modules/babel-preset-es2015 && npm install babel-preset-es2015 || true",
    "test": "npm run installTestPreset && node ./lib/cli.js -p es2015 sample-in:sample-out"
  },
  "bin": {
    "babel-compile": "./lib/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jhford/babel-compile.git"
  },
  "keywords": [
    "taskcluster",
    "babel"
  ],
  "author": "John Ford <jhford.mozilla@com>",
  "license": "MPL-2.0",
  "homepage": "https://github.com/jhford/babel-compile",
  "dependencies": {
    "babel-core": "^6.7.0",
    "commander": "^2.8.1",
    "fs-walk": "0.0.1",
    "lodash": "^4.11.1",
    "mkdirp": "^0.5.1",
    "rimraf": "^2.4.3"
  }
}
