{
  "name": "babel-plugin-transform-unicode-property-regex",
  "version": "2.0.5",
  "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
  "homepage": "https://github.com/mathiasbynens/babel-plugin-transform-unicode-property-regex",
  "main": "dist/index.js",
  "engines": {
    "node": ">=4"
  },
  "keywords": [
    "babel-plugin",
    "regex",
    "regexp",
    "regular expressions",
    "unicode properties",
    "unicode"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mathiasbynens/babel-plugin-transform-unicode-property-regex.git"
  },
  "bugs": "https://github.com/mathiasbynens/babel-plugin-transform-unicode-property-regex/issues",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "babel src -d dist",
    "clean": "rm -rf dist",
    "prepublish": "npm run clean && npm run build",
    "test": "mocha --compilers js:babel-register",
    "test:watch": "npm run test -- --watch"
  },
  "dependencies": {
    "babel-helper-regex": "^6.26.0",
    "regexpu-core": "^4.1.3"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.26.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.5.3"
  }
}
