{
  "name": "react-safe",
  "version": "1.3.0",
  "description": "Safe JSX: syntactic sugar over dangerouslySetInnerHTML",
  "main": "index.js",
  "dependencies": {
    "html-tags": "^2.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.1.6",
    "@babel/preset-env": "^7.1.6",
    "react": "*"
  },
  "peerDependencies": {
    "react": "*"
  },
  "scripts": {
    "build": "babel src -d ./",
    "test": "echo \"Error: no test specified\" && exit 0",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ivan-kleshnin/react-safe"
  },
  "keywords": [
    "react",
    "safe",
    "html"
  ],
  "author": "Ivan Kleshnin <ivan@paqmind.com> (paqmind.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ivan-kleshnin/react-safe/issues"
  },
  "homepage": "https://github.com/ivan-kleshnin/react-safe"
}
