{
  "name": "clockpicker-umd",
  "description": "A clock-style timepicker for Bootstrap (or jQuery)",
  "version": "0.4.6",
  "main": "dist/clockpicker.min.js",
  "types": "types/index.d.ts",
  "authors": [
    {
      "name": "Wang Shenwei",
      "email": "wangshenwei@qq.com",
      "url": "http://wangshenwei.com/"
    },
    {
      "name": "Martin Emmert",
      "email": "martin@martinemmert.de",
      "url": "http://martinemmert.de/"
    }
  ],
  "homepage": "http://martinemmert.github.io/clockpicker-umd/",
  "repository": {
    "type": "git",
    "url": "git://github.com/martinemmert/clockpicker-umd.git"
  },
  "scripts": {
    "gulp": "./node_modules/.bin/gulp",
    "test": "./node_modules/.bin/gulp test"
  },
  "devDependencies": {
    "gulp": "^4.0.0",
    "gulp-clean-dest": "^0.2.0",
    "gulp-concat": "^2.6.1",
    "gulp-minify-css": "^1.2.4",
    "gulp-qunit": "^2.0.1",
    "gulp-rename": "^1.3.0",
    "gulp-replace": "^1.0.0",
    "gulp-uglify": "^3.0.0",
    "sinon": "^6.0.1"
  },
  "license": "MIT"
}
