react-simple-typeahead
Version:
Simple typeahead component for react
62 lines (61 loc) • 1.57 kB
JSON
{
"name": "react-simple-typeahead",
"version": "0.1.1",
"description": "Simple typeahead component for react",
"main": "./lib/react-simple-typeahead.js",
"scripts": {
"lib": "babel src --presets react,es2015 --out-dir lib",
"test": "jest",
"test:watch": "jest --watch=all"
},
"keywords": [
"react",
"react-typeahead",
"react-simple-typeahead",
"typeahead",
"autocomplete",
"react-autocomplete"
],
"repository": {
"type": "git",
"url": "https://github.com/Nagogus/react-simple-typeahead.git"
},
"author": "Ruben Nagoga",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-jest": "^12.1.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-connect": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.3",
"jest-cli": "^12.1.1",
"react": "^15.1.0",
"react-addons-test-utils": "^15.1.0",
"react-dom": "^15.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"classnames": "^2.2.5"
},
"peerDependencies": {
"react": ">= 0.14"
},
"jest": {
"automock": false,
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react/",
"<rootDir>/node_modules/react-dom/",
"<rootDir>/node_modules/react-addons-test-utils/"
]
}
}