{
  "name": "react-selectize",
  "version": "0.6.0",
  "description": "A Stateless & Flexible Select component for React inspired by Selectize",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha test/index.ls --compilers ls:livescript",
    "coverage": "istanbul cover _mocha -- test/index.ls --require should --compilers ls:livescript",
    "coveralls": "istanbul cover _mocha -- test/index.ls --require should --compilers ls:livescript  && cat coverage/lcov.info | coveralls"
  },
  "author": "Furqan Zafar",
  "dependencies": {
    "prelude-extension": "0.0.8",
    "prelude-ls": "^1.1.1",
    "tether": "^1.1.1"
  },
  "peerDependencies": {
    "react": "^0.14.0",
    "react-addons-css-transition-group": "^0.14.0",
    "react-addons-shallow-compare": "^0.14.6",
    "react-dom": "^0.14.0"
  },
  "devDependencies": {
    "async-ls": "0.0.3",
    "brace": "git+https://github.com/furqanZafar/brace.git",
    "brfs": "^1.4.1",
    "browserify": "^9.0.3",
    "browserify-shim": "^3.8.10",
    "coveralls": "^2.11.4",
    "gulp": "^3.8.11",
    "gulp-connect": "^2.2.0",
    "gulp-if": "^1.2.5",
    "gulp-livescript": "^2.4.0",
    "gulp-streamify": "^1.0.2",
    "gulp-stylus": "^2.0.1",
    "gulp-uglify": "^1.4.1",
    "gulp-util": "^3.0.4",
    "history": "^1.11.0",
    "istanbul": "^0.3.20",
    "jquery-browserify": "^1.8.1",
    "jsdom": "^3.1.2",
    "liveify": "^2.0.0",
    "livescript": "^1.4.0",
    "mocha": "^2.3.3",
    "mocha-lcov-reporter": "^1.0.0",
    "nib": "^1.1.0",
    "react": "^0.14.0",
    "react-addons-css-transition-group": "^0.14.0",
    "react-addons-shallow-compare": "^0.14.6",
    "react-addons-test-utils": "^0.14.0",
    "react-dom": "^0.14.0",
    "react-router": "^1.0.0-rc1",
    "react-tools": "^0.13.3",
    "should": "^7.1.0",
    "underscore": "^1.8.3",
    "vinyl-source-stream": "^1.0.0",
    "watchify": "^2.4.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/furqanZafar/react-selectize.git"
  },
  "keywords": [
    "react-component",
    "select",
    "selectize",
    "multiselect",
    "singleselect",
    "simpleselect",
    "tags",
    "dropdown",
    "combobox"
  ]
}
