{
  "name": "westures",
  "version": "1.1.1",
  "description": "Robust n-pointer multitouch gesture detection library for JavaScript",
  "author": "Michael van der Kamp <michael.vanderkamp@usask.ca>",
  "keywords": [
    "multitouch",
    "gesture",
    "library",
    "tap",
    "pan",
    "pinch",
    "rotate",
    "press",
    "swipe",
    "swivel",
    "track",
    "simultaneous",
    "gestures",
    "touch",
    "mouse",
    "pointer"
  ],
  "source": "index.js",
  "main": "dist/index.js",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mvanderkamp/westures"
  },
  "homepage": "https://mvanderkamp.github.io/westures/",
  "license": "MIT",
  "scripts": {
    "build": "parcel build",
    "build:debug": "parcel build --no-optimize",
    "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
    "docs": "jsdoc -c .jsdocrc.json",
    "lint": "eslint src test index.js",
    "lint:fix": "eslint --fix src test index.js",
    "test": "jest",
    "test:debug": "node inspect $(npm bin)/jest --runInBand"
  },
  "jest": {
    "modulePaths": [
      "<rootDir>",
      "<rootDir>/src/"
    ],
    "setupFilesAfterEnv": [
      "./core/test/setup.js"
    ],
    "testEnvironment": "jsdom",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/dist/"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/dist/",
      "/test/"
    ],
    "fakeTimers": {
      "enableGlobally": true,
      "legacyFakeTimers": true
    }
  },
  "devDependencies": {
    "@babel/core": "^7.21.8",
    "@babel/preset-env": "^7.21.5",
    "coveralls": "^3.1.1",
    "docdash": "^2.0.1",
    "eslint": "^8.41.0",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "jsdoc": "^4.0.2",
    "parcel": "^2.8.3",
    "underscore": "^1.13.6"
  }
}
