UNPKG

react-suggest

Version:

Pure react-based autosuggest with ajax suggestion list population

50 lines (49 loc) 1.18 kB
{ "name": "react-suggest", "version": "0.0.1", "description": "Pure react-based autosuggest with ajax suggestion list population", "main": "src/Autosuggest.jsx", "scripts": { "test": "npm run build-test && gulp test" }, "homepage": "https://github.com/harrybabu/react-autosuggest", "repository": { "type": "git", "url": "https://github.com/harrybabu/react-autosuggest.git" }, "bugs": { "url": "https://github.com/harrybabu/react-autosuggest/issues" }, "dependencies": { "react": "^0.13.1", "reactify": "^1.1.0", "underscore": "^1.8.3", "superagent": "^1.1.0", "superagent-jsonp": "^0.0.2" }, "devDependencies": { "gulp": "^3.8.10", "gulp-git": "^1.0.0", "react-component-gulp-tasks": "^0.1.1" }, "browser": "src/Autosuggest.jsx", "browserify": { "transform": [ "reactify" ] }, "browserify-shim": { "react": "global:React" }, "scripts": { "test": "echo \"no tests yet\" && exit 0" }, "keywords": [ "react", "autosuggest", "react-suggest", "react-component" ], "author": "Haribabu <h18n.js@gmail.com> (http://h18n.com/)", "license": "MIT" }