{
  "name": "webpack-plugin-replace",
  "description": "Replace content while bundling.",
  "version": "1.2.0",
  "main": "lib/index.js",
  "license": "MIT",
  "author": {
    "name": "Luke Edwards",
    "email": "luke.edwards05@gmail.com",
    "url": "lukeed.com"
  },
  "scripts": {
    "pretest": "node test/build",
    "test": "tape test/index.js | tap-spec"
  },
  "keywords": [
    "bundle",
    "content",
    "plugin",
    "replace",
    "string",
    "text",
    "webpack",
    "webpack-plugin"
  ],
  "files": [
    "lib"
  ],
  "engines": {
    "node": ">=4"
  },
  "devDependencies": {
    "mri": "^0.1.0",
    "rimraf": "^2.6.1",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.3",
    "webpack": "^2.6.1"
  }
}
