react-substring-highlighter
Version:
Plain text substring highlight component.
52 lines (51 loc) • 1.5 kB
JSON
{
"name": "react-substring-highlighter",
"version": "0.0.3",
"author": "Savva Mikhalevski",
"description": "Plain text substring highlight component.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/smikhalevski/react-substring-highlighter.git"
},
"homepage": "https://github.com/smikhalevski/react-substring-highlighter",
"main": "target/out/index.js",
"files": [
"src/main/",
"target/out/",
".babelrc"
],
"keywords": [
"highlight",
"text",
"select"
],
"scripts": {
"package": "webpack --p",
"package-demo": "webpack --p --config webpack.demo.config.js",
"start": "webpack-dev-server --progress --d --config webpack.demo.config.js --content-base target/demo/ --host 0.0.0.0 --port 8080",
"pretest": "webpack --d --config webpack.test.config.js",
"test": "jasmine-node --matchall --test-dir target/test/"
},
"devDependencies": {
"glob": "",
"webpack": "1.12.9",
"webpack-dev-server": "1.12.0",
"babel-loader": "6.2.0",
"less-loader": "2.2.2",
"style-loader": "0.13.0",
"css-loader": "0.23.1",
"file-loader": "0.8.5",
"html-webpack-plugin": "1.6.1",
"extract-text-webpack-plugin": "0.8.2",
"babel-core": "6.3.26",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"babel-plugin-transform-runtime": "6.6.0",
"less": "2.6.1"
},
"dependencies": {
"react": ">=0.13.0"
}
}