{
  "name": "react-string-replace",
  "version": "0.4.4",
  "description": "String#replace for React components",
  "license": "MIT",
  "main": "index.js",
  "repository": "iansinnott/react-string-replace",
  "author": {
    "name": "Ian Sinnott",
    "email": "ian@iansinnott.com",
    "url": "github.com/iansinnott"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "scripts": {
    "lint": "eslint --ignore-pattern example index.js",
    "test": "npm run lint && ava --verbose",
    "bump:patch": "npm version patch -m \"v%s\"",
    "bump:minor": "npm version minor -m \"v%s\"",
    "bump": "npm run bump:patch",
    "preversion": "npm test",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "keywords": [
    "react",
    "string",
    "replace"
  ],
  "dependencies": {
    "lodash": "^4.17.4"
  },
  "devDependencies": {
    "ava": "^0.23.0",
    "babel-eslint": "^8.0.0",
    "eslint": "^3.10.2",
    "eslint-config-iansinnott": "^1.0.1",
    "eslint-config-zen": "^3.0.0",
    "eslint-plugin-flowtype": "^2.25.0",
    "eslint-plugin-react": "^7.0.0"
  }
}
