{
  "name": "jquery-time-duration-picker",
  "version": "2.2.7",
  "description": "jQuery-UI browser widget for duration selection",
  "keywords": [
    "date",
    "duration",
    "jquery",
    "picker",
    "time",
    "widget"
  ],
  "homepage": "https://github.com/digaev/jquery-time-duration-picker#readme",
  "bugs": {
    "url": "https://github.com/digaev/jquery-time-duration-picker/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/digaev/jquery-time-duration-picker.git"
  },
  "license": "MIT",
  "author": "Nikolay Digaev <ffs.cmp@gmail.com>",
  "scripts": {
    "build": "uglifyjs ./src/jquery-time-duration-picker.js -o ./dist/jquery-time-duration-picker.min.js",
    "test": "xdg-open ./tests/index.html"
  },
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-jquery": "^2.0.0",
    "qunit": "^2.18.1",
    "uglify-js": "^3.6.0"
  }
}
