{
  "name": "babel-plugin-replace-require",
  "version": "0.0.4",
  "description": "Replace require output generated from import calls.",
  "main": "lib/index.js",
  "dependencies": {
    "babylon": "^6.14.1"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-core": "^6.18.2",
    "babel-eslint": "^7.1.1",
    "babel-preset-es2015": "^6.18.0",
    "chai": "^3.5.0",
    "eslint": "^3.10.2",
    "eslint-config-formidable": "^2.0.1",
    "eslint-plugin-filenames": "^1.1.0",
    "eslint-plugin-import": "^1.16.0",
    "mocha": "^3.1.2",
    "rimraf": "^2.5.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/FormidableLabs/babel-plugin-replace-require"
  },
  "keywords": [
    "babel-plugin",
    "babel",
    "require"
  ],
  "author": "Ryan Roemer <ryan.roemer@formidablelabs.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FormidableLabs/babel-plugin-replace-require/issues"
  },
  "scripts": {
    "preversion": "npm run check && npm run clean && npm run build",
    "test": "mocha 'test/**/*.spec.js'",
    "lint": "eslint src test",
    "check": "npm run lint && npm run test",
    "clean": "rimraf lib",
    "build": "babel src -d lib",
    "watch": "npm run build -- --watch"
  }
}
