{
  "name": "bootstrap-touchspin",
  "version": "4.7.3",
  "title": "Bootstrap Touchspin",
  "description": "A mobile and touch friendly input spinner component for Bootstrap 3 & 4.",
  "keywords": [
    "input",
    "bootstrap",
    "number",
    "range",
    "spinbutton",
    "spinner"
  ],
  "author": {
    "name": "István Ujj-Mészáros",
    "url": "https://github.com/istvan-ujjmeszaros"
  },
  "main": "dist/jquery.bootstrap-touchspin.js",
  "license": "MIT",
  "contributors": [],
  "repository": {
    "type": "git",
    "url": "https://github.com/istvan-ujjmeszaros/bootstrap-touchspin.git"
  },
  "homepage": "https://www.virtuosoft.eu/code/bootstrap-touchspin/",
  "demo": "https://www.virtuosoft.eu/code/bootstrap-touchspin/",
  "docs": "https://www.virtuosoft.eu/code/bootstrap-touchspin/",
  "download": "https://github.com/istvan-ujjmeszaros/bootstrap-touchspin/archive/master.zip",
  "devDependencies": {
    "@babel/core": "^7.21.8",
    "@babel/preset-env": "^7.21.5",
    "@types/express": "^4.17.17",
    "@types/jest": "^29.5.0",
    "@types/jest-environment-puppeteer": "^5.0.3",
    "express": "^4.18.2",
    "grunt": "^1.1.0",
    "grunt-babel": "^8.0.0",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-clean": "^2.0.1",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-cssmin": "^3.0.0",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-uglify": "^4.0.1",
    "jest": "^29.5.0",
    "jest-puppeteer": "^8.0.6",
    "puppeteer": "^19.8.2",
    "ts-jest": "^29.0.5",
    "typescript": "^4.9.5"
  },
  "scripts": {
    "test": "jest --runInBand",
    "build": "grunt default",
    "check-build-integrity": "grunt check-build-integrity"
  }
}
