react-input-autosugest
Version:
An atuo sugestion search box
50 lines (49 loc) • 1.29 kB
JSON
{
"name": "react-input-autosugest",
"version": "0.0.1-rc.4",
"description": "An atuo sugestion search box",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/vinils/react-input-autosugest.git"
},
"bugs": {
"url": "https://github.com/vinils/react-input-autosugest/issues"
},
"homepage": "https://github.com/vinils/react-input-autosugest",
"peerDependencies": {
"react": "^16.4.2"
},
"dependencies": {
"react": "^16.4.2",
"webpack": "^3.8.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"author": {
"name": "vinils",
"email": "vini_ls@hotmail.com"
},
"license": "MIT",
"keywords": [
"autocomplete",
"autocomplete-search",
"react",
"react-autocomplete",
"search-box"
],
"devDependencies": {
"babel-core": "^6.5.1",
"babel-eslint": "^8.2.6",
"babel-loader": "^6.2.2",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.5.2"
}
}