{
  "name": "babel-plugin-transform-xregexp",
  "version": "1.0.0",
  "description": "Use XRegExp syntax in your regular expressions",
  "repository": "https://github.com/josephfrazier/babel-plugin-transform-xregexp",
  "license": "MIT",
  "main": "dist/index.js",
  "files": [
    "dist/"
  ],
  "dependencies": {
    "babel-runtime": "^6.23.0",
    "xregexp": "^4.1.1"
  },
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-core": "^6.3.21",
    "babel-plugin-transform-runtime": "^6.3.13",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.3.13",
    "chalk": "^1.1.0",
    "clear": "0.0.1",
    "diff": "^3.2.0",
    "standard": "^8.6.0",
    "watch": "^1.0.1"
  },
  "scripts": {
    "build": "babel src --out-dir dist",
    "lint": "standard",
    "pretest": "npm run lint",
    "test": "node test",
    "watch": "node test --watch",
    "prepublish": "npm test && npm run build"
  },
  "standard": {
    "ignore": [
      "test/fixtures/*/*.js"
    ]
  },
  "keywords": [
    "babel-plugin",
    "xregexp"
  ]
}
