{ "name": "timepicker", "version": "1.13.10", "title": "jquery-timepicker", "author": { "name": "Jon Thornton", "url": "https://github.com/jonthornton" }, "scripts": { "build": "rollup --config rollup.config.js", "watch": "rollup -w --config rollup.config.js", "format": "prettier-eslint --write \"src/**/*.js\"", "test": "jest" }, "license": "MIT", "dependencies": { "jquery": ">=1.7" }, "devDependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "@rollup/plugin-babel": "^5.0.0", "babel-jest": "^25.4.0", "jest": "^25.4.0", "prettier-eslint": "^9.0.1", "prettier-eslint-cli": "^5.0.0", "rollup": "^2.7.6", "rollup-plugin-copy": "^3.3.0", "rollup-plugin-terser": "^5.3.0" }, "main": "jquery.timepicker.min.js", "files": [ "jquery.timepicker.min.js", "jquery.timepicker.js", "jquery.timepicker.css" ], "description": "A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.", "keywords": [ "timepicker", "time", "picker", "ui", "google calendar" ], "homepage": "http://jonthornton.github.com/jquery-timepicker/", "repository": { "type": "git", "url": "https://github.com/jonthornton/jquery-timepicker.git" }, "bugs": { "url": "https://github.com/jonthornton/jquery-timepicker/issues" } }