UNPKG

react-hi-text

Version:
56 lines (55 loc) 1.46 kB
{ "name": "react-hi-text", "version": "0.2.2", "description": "React text highlight component", "main": "index.js", "scripts": { "test": "karma start --single-run --browsers Firefox", "test.dev": "karma start", "coveralls": "cat coverage/lcov.coveralls | coveralls && echo publish to coveralls done;" }, "author": "Rocky Wu <rocky823@gmail.com>", "license": "MIT", "devDependencies": { "babel-core": "^5.8.25", "babel-loader": "^5.3.2", "chai": "^3.3.0", "coveralls": "^2.11.4", "gulp": "^3.9.0", "gulp-rename": "^1.2.2", "gulp-uglify": "^1.4.1", "isparta-instrumenter-loader": "^0.2.1", "karma": "^0.13.10", "karma-babel-preprocessor": "^5.2.2", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^0.2.0", "karma-coverage": "^0.5.2", "karma-firefox-launcher": "^0.1.6", "karma-mocha": "^0.2.0", "karma-spec-reporter": "0.0.20", "karma-webpack": "^1.7.0", "lodash": "^3.10.1", "mocha": "^2.3.3", "react": "^0.13.3", "webpack": "^1.12.2" }, "directories": { "test": "test" }, "dependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/rwu823/react-hi-text.git" }, "keywords": [ "react", "reactjs", "react.js", "highlight", "text" ], "bugs": { "url": "https://github.com/rwu823/react-hi-text/issues" }, "homepage": "https://github.com/rwu823/react-hi-text#readme" }