{
  "name": "input-duration",
  "version": "2.2.13",
  "author": "Stephan Luis <stephan@learnsense.org>",
  "description": "This is the 'Input-Duration'! It is a webcomponent that provides an hour, minute, second, and millisecond control for HTML5.",
  "browser": "indexjs",
  "module": "index.js",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": " node -v",
    "build": "webpack && date '+%T'",
    "devbuild": "webpack --mode=development && date '+%T'",
    "start": "python3 -m http.server"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/StephanLuis/input-duration.git"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/StephanLuis/input-duration/issues"
  },
  "homepage": "https://github.com/StephanLuis/input-duration#readme",
  "keywords": [
    "vanilla js",
    "input",
    "time",
    "duration",
    "webcomponent",
    "hour",
    "minute",
    "second",
    "millisecond"
  ]
}
