{
  "name": "react-interpolate-component",
  "version": "0.12.0",
  "description": "A component for React that renders elements into a format string containing replacement fields",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/martinandert/react-interpolate-component.git"
  },
  "keywords": [
    "react",
    "react-component",
    "interpolations",
    "interpolate",
    "substitution",
    "substitute",
    "sprintf",
    "named-arguments",
    "format"
  ],
  "author": {
    "name": "Martin Andert",
    "email": "mandert@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/martinandert/react-interpolate-component/issues"
  },
  "homepage": "https://github.com/martinandert/react-interpolate-component",
  "dependencies": {
    "create-react-class": "^15.5.2",
    "except": "^0.1.3",
    "invariant": "^2.2.2",
    "object-assign": "^4.1.1"
  },
  "peerDependencies": {
    "react": "^16.2.0"
  },
  "devDependencies": {
    "connect-browserify": "^4.0.0",
    "express": "^4.12.3",
    "jsxhint": "^0.15.1",
    "mocha": "^2.2.1",
    "node-dev": "^3.1.3",
    "node-jsx": "^0.13.3",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "reactify": "^1.1.0",
    "semver": "^5.0.3"
  }
}
