{
  "name": "@alexkuz/react-autocomplete",
  "version": "0.2.2",
  "description": "",
  "main": "lib/main.js",
  "scripts": {
    "build": "./node_modules/.bin/babel src --out-dir lib --optional runtime && cp src/styles.css lib/styles.css",
    "test": "echo \"no tests yet, just trust me\" && exit 0",
    "prepublish": "npm run build",
    "version": "npm run build && git add -A .",
    "postversion": "git push"
  },
  "author": "",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=0.13.1 || ^0.14.0-alpha",
    "react-dom": ">=0.13.1 || ^0.14.0-alpha"
  },
  "devDependencies": {
    "babel": "^5.8.21"
  },
  "tags": [
    "react",
    "autocomplete",
    "combobox",
    "a11y"
  ]
}
