{
  "name": "react-linkifier",
  "version": "4.0.0",
  "description": "Finds links in text and converts them to <a> elements",
  "main": "dist/linkifier.js",
  "scripts": {
    "test": "nyc ava --verbose test/test.js",
    "report": "nyc report --reporter=html && opn coverage/index.html",
    "clean": "rimraf dist",
    "build": "babel src --out-dir dist",
    "prepublishOnly": "npm test && npm run build"
  },
  "keywords": [
    "react",
    "links",
    "anchor",
    "linkify",
    "url",
    "anchor",
    "conversor",
    "parser",
    "clickable",
    "text"
  ],
  "author": "Pedro Ladaria <pedro.ladaria@gmail.com>",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "ava": "^0.23.0",
    "babel-cli": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.8.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^4.10.0",
    "eslint-plugin-react": "^7.4.0",
    "nyc": "^11.2.1",
    "opn-cli": "^3.1.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "rimraf": "^2.5.4"
  },
  "peerDependencies": {
    "react": "^16"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pladaria/react-linkifier.git"
  },
  "bugs": {
    "url": "https://github.com/pladaria/react-linkifier/issues"
  },
  "ava": {
    "require": [
      "babel-register"
    ],
    "babel": "inherit"
  },
  "homepage": "https://github.com/pladaria/react-linkifier#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
