{
  "name": "regex-match-all",
  "description": "PHP-like regex match all",
  "version": "1.0.2",
  "main": "./es5/RegEx.js",
  "scripts": {
    "build:es5": "babel src --out-dir es5",
    "build:umd": "cross-env NODE_ENV=development webpack --config ./webpack.config.prod.js src/RegEx.js dist/regex-match-all.js",
    "build:umd:min": "cross-env NODE_ENV=production webpack --config ./webpack.config.prod.js src/RegEx.js dist/regex-match-all.min.js",
    "build": "npm run clean && npm run build:es5 && npm run build:umd && npm run build:umd:min",
    "clean": "rimraf es5 dist coverage",
    "prepublish": "npm run build",
    "start": "rimraf build && webpack-dev-server --config ./webpack.config.dev.js --hot --inline --progress"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/newtoncodes/regex-match-all"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/newtoncodes/regex-match-all"
  },
  "author": "Hristiyan Nikolov <hristiyan@newton.codes> (http://github.com/newtoncodes)",
  "homepage": "https://github.com/newtoncodes/regex-match-all",
  "dependencies": {

  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-core": "^6.7.7",
    "babel-eslint": "^6.0.3",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-class-properties": "^6.9.0",
    "babel-plugin-transform-object-assign": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-preset-stage-1": "^6.5.0",
    "cross-env": "^1.0.8",
    "colors": "^1.1.2",
    "rimraf": "^2.5.2",
    "webpack": "^1.13.0",
    "webpack-dev-server": "^1.14.1",
    "webpack-externals-plugin": "^1.0.0"
  }
}
