react-typeahead-component
Version:
Typeahead, written using the React.js library.
25 lines (24 loc) • 600 B
JSON
{
"name": "react-typeahead-component",
"description": "Typeahead, written using the React.js library.",
"author": "Ezequiel Rodriguez <ezequiel@yahoo.com>",
"version": "0.9.0",
"main": "index.js",
"license": "MIT",
"bugs": "https://github.com/ezequiel/react-typeahead-component/issues",
"repository": {
"type": "git",
"url": "https://github.com/ezequiel/react-typeahead-component.git"
},
"keywords": [
"react",
"reactjs",
"typeahead",
"autocomplete",
"react-component",
"component"
],
"peerDependencies": {
"react": ">=0.13.1 <1.0.0"
}
}