{
  "name": "vanilla-js-dropdown",
  "version": "2.2.0",
  "description": "Vanilla JavaScript Dropdown - a tiny (~700 bytes gzipped) select tag replacement with optgroups support.",
  "main": "index.js",
  "scripts": {
    "start": "gulp",
    "test": "karma start karma.conf.js"
  },
  "devDependencies": {
    "coveralls": "^3.0.3",
    "gulp": "^4.0.0",
    "gulp-clean-css": "^4.0.0",
    "gulp-cli": "^2.0.1",
    "gulp-header": "^2.0.7",
    "gulp-jshint": "^2.1.0",
    "gulp-less": "^4.0.1",
    "gulp-pug": "^4.0.1",
    "gulp-rename": "^1.4.0",
    "gulp-strip-code": "^0.1.4",
    "gulp-uglify": "^3.0.2",
    "jasmine-core": "^3.3.0",
    "jasmine-jquery": "^2.1.1",
    "jquery": "^3.1.1",
    "jshint": "^2.10.1",
    "jshint-stylish": "^2.2.1",
    "karma": "^4.0.1",
    "karma-chrome-launcher": "^2.2.0",
    "karma-cli": "^2.0.0",
    "karma-coverage": "^1.1.2",
    "karma-jasmine": "^2.0.1",
    "karma-jasmine-jquery": "^0.1.1",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-spec-reporter": "0.0.32",
    "phantom": "^6.0.3",
    "pug": "^2.0.0-beta11"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zoltantothcom/vanilla-js-dropdown.git"
  },
  "author": "Zoltan Toth",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/zoltantothcom/vanilla-js-dropdown/issues"
  },
  "homepage": "https://zoltantothcom.github.io/vanilla-js-dropdown"
}