{
  "name": "react-sanitized-html",
  "version": "2.0.0",
  "description": "A React component that will sanitize user-inputted HTML code, using the popular sanitize-html package",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "files": [
    "lib/*"
  ],
  "scripts": {
    "build": "babel ./src --out-dir ./lib --source-maps",
    "prepare": "rimraf lib && npm run build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/compulim/react-sanitized-html.git"
  },
  "keywords": [
    "sanitize",
    "sanitizer",
    "react",
    "clean"
  ],
  "author": "William Wong <compulim@hotmail.com> (https://github.com/compulim)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/compulim/react-sanitized-html/issues"
  },
  "homepage": "https://github.com/compulim/react-sanitized-html#readme",
  "peerDependencies": {
    "prop-types": "^15.6.0",
    "react": "^16.2.0",
    "sanitize-html": "^1.16.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-jest": "^21.2.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-es2017": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "jest": "^21.2.1",
    "react-dom": "^16.2.0",
    "regenerator-runtime": "^0.11.1",
    "rimraf": "^2.6.2"
  }
}
