{
  "name": "lazyselectize",
  "version": "1.0.10",
  "description": "This plugin allows to use selectize in lazy loading mode. So, it processes scroll event in dropdown and downloads options if scroll is in bottom of the dropdown.",
  "main": "dist/js/lazyselectize.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/servicechannel/selectize.git"
  },
  "keywords": [
    "selectize",
	"lazyselectize",
    "scroll",
    "event",
	"infinite scroll"
  ],
  "author": "Alex Suhanov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/servicechannel/selectize/issues"
  },
  "homepage": "https://github.com/servicechannel/selectize#readme",
  "dependencies": {
    "selectize": "0.12.2"
  },
  "devDependencies": {
    "grunt": "0.4.x",
    "grunt-bower-task": "^0.4.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "0.5.x",
    "grunt-contrib-concat": "0.3.x",
    "grunt-contrib-copy": "0.4.x",
    "grunt-contrib-less": "~0.9.0",
    "grunt-contrib-uglify": "0.2.x",
    "grunt-recess": "0.5.x",
    "grunt-replace": "0.4.x",
    "karma": "^0.12.31",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^0.1.7",
    "karma-coverage": "^0.2.7",
    "karma-coveralls": "^0.1.5",
    "karma-firefox-launcher": "^0.1.4",
    "karma-mocha": "^0.1.10",
    "karma-mocha-reporter": "^0.3.1",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-safari-launcher": "^0.1.1",
    "karma-sauce-launcher": "^0.2.10"
  }
}
