react-highlighter
Version:
Highlight select fragments of texts
54 lines (53 loc) • 1.46 kB
JSON
{
"name": "react-highlighter",
"version": "0.4.3",
"description": "Highlight select fragments of texts",
"main": "lib/highlighter.js",
"files": [
"lib",
"dist"
],
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
},
"scripts": {
"test": "_mocha",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
"check-coverage": "istanbul check-coverage --statement 90 --function 100",
"test-cover": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && mcat coverage/lcov.info | coveralls --verbose",
"dist": "rimraf dist/* && webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/helior/react-highlighter"
},
"keywords": [
"react-component",
"react",
"highlight"
],
"author": "Helior Colorado",
"license": "MIT",
"bugs": {
"url": "https://github.com/helior/react-highlighter/issues"
},
"homepage": "https://github.com/helior/react-highlighter",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"jsdom": "^11.3.0",
"minicat": "^1.0.0",
"mocha": "^4.0.1",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0",
"rimraf": "^2.6.2",
"webpack": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"blacklist": "^1.1.4",
"create-react-class": "^15.6.2",
"escape-string-regexp": "^1.0.5",
"prop-types": "^15.6.0"
}
}