UNPKG

reactjs-search-box

Version:
55 lines (54 loc) 1.59 kB
{ "name": "reactjs-search-box", "version": "1.2.0", "description": "Search box autocomplete using reactjs", "main": "index.js", "scripts": { "build:pro": "./node_modules/.bin/babel src --out-dir built --copy-files", "build:dev": "webpack-dev-server --config webpack.config.js --devtool=source-map --progress --color --watch", "test": "mocha --reporter nyan __test__/setup.js \"__test__/*.spec.js\"" }, "repository": { "type": "git", "url": "git+https://github.com/lequangphuong/reactjs-search-box.git" }, "keywords": [ "react", "searchbox", "autocomplete", "search", "box" ], "author": "Le Quang Phuong <phuonglq0102@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/lequangphuong/reactjs-search-box/issues" }, "homepage": "https://github.com/lequangphuong/reactjs-search-box#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "chai": "^4.1.2", "css-loader": "^0.28.7", "enzyme": "^2.9.1", "expect": "^21.1.0", "jsdom": "^11.2.0", "mocha": "^3.5.3", "react-addons-test-utils": "^15.6.0", "react-test-renderer": "^15.6.1", "style-loader": "^0.18.2", "webpack": "^3.6.0", "webpack-dev-server": "^2.8.2" }, "dependencies": { "classnames": "^2.2.5", "prop-types": "^15.5.10", "react": "^15.6.1", "react-dom": "^15.6.1" } }