{
  "name": "react-input-atuosugest",
  "version": "0.0.1-rc.1",
  "description": "An atuo sugestion search box",
  "main": "build/index.js",
  "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",
  "bugs": {
    "url": "https://github.com/vinils/react-input-atuosugest/issues"
  },
  "homepage": "https://github.com/vinils/react-input-atuosugest",
  "keywords": [
    "autocomplete",
    "autocomplete-search",
    "react",
    "react-autocomplete",
    "search-box"
  ],
  "devDependencies": {
    "babel-core": "^6.5.1",
    "babel-eslint": "^4.1.8",
    "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"
  }
}
