react-text-highlighting
Version:
react text highlight component
41 lines (40 loc) • 788 B
JSON
{
"name": "react-text-highlighting",
"version": "0.0.5",
"description": "react text highlight component",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/quentin-/react-text-highlighting.git"
},
"homepage": "",
"bugs": "/issues",
"directories": {
"example": "examples"
},
"author": {
"name": "Quentin Cuvillier",
"email": "cuvillier.quentin@gmail.com"
},
"license": "MIT",
"peerDependencies": {
"react": "0.14.7",
"react-dom": "0.14.7"
},
"tags": [
"react",
"component",
"highlight",
"highlighter",
"highlighting",
"react-component"
],
"keywords": [
"react",
"component",
"highlight",
"highlighter",
"highlighting",
"react-component"
]
}