{
  "authors": [
    "Glenn Jorde <glenn.jorde@bimobject.com> (https://github.com/bimobject)"
  ],
  "ignore": [
    "**/.*",
    "test",
    "tools",
    "node_modules",
    "bower_components",
    "karma.conf.js",
    "webpack.config.js"
  ],
  "dependencies": {
    "angular": "^1.5.11",
    "angular-vs-repeat": "^1.1.7",
    "jquery": ">=2"
  },
  "description": "A dropdown/select solution for Angular.js that handles millions of items without lag.",
  "keywords": [
    "angular",
    "dropdown",
    "select",
    "virtual",
    "scroll"
  ],
  "license": "ISC",
  "main": "dist/bim-select.min.js",
  "name": "bim-select"
}