{
  "name": "modify-babel-preset",
  "version": "3.2.0",
  "description": "Create a modified babel preset based on an an existing preset.",
  "main": "index.js",
  "scripts": {
    "prepublish": "cross-env NODE_ENV=development npm test",
    "pretest": "cd test/fixtures/two/node_modules/one && npm i",
    "test": "mocha test/*.js",
    "release": "git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
  },
  "keywords": [
    "babel",
    "preset"
  ],
  "author": "Jason Miller <jason@developit.ca>",
  "repository": {
    "type": "git",
    "url": "https://github.com/developit/modify-babel-preset.git"
  },
  "license": "MIT",
  "dependencies": {
    "require-relative": "^0.8.7"
  },
  "devDependencies": {
    "babel-plugin-transform-react-jsx": "^6.8.0",
    "babel-preset-es2015": "^6.9.0",
    "chai": "^3.5.0",
    "cross-env": "^2.0.0",
    "mocha": "^2.5.3"
  }
}
