{
  "name": "class-change",
  "version": "1.1.8",
  "description": "A versatile Element.classList alternative for manipulating CSS class names, triggering change events using HTML data attributes, and creating class-related event listeners using a simple, declarative API.",
  "author": "John Hildenbiddle <http://hildenbiddle.com>",
  "license": "MIT",
  "homepage": "https://jhildenbiddle.github.io/class-change",
  "repository": {
    "type": "git",
    "url": "git+https://jhildenbiddle@github.com/jhildenbiddle/class-change.git"
  },
  "bugs": {
    "url": "https://github.com/jhildenbiddle/class-change/issues"
  },
  "keywords": [
    "attribute",
    "change",
    "class",
    "classChange",
    "classList",
    "css",
    "data",
    "event",
    "html",
    "listener",
    "polyfill",
    "ponyfill"
  ],
  "browserslist": [
    "ie >= 9"
  ],
  "main": "dist/class-change.js",
  "module": "dist/class-change.esm.js",
  "unpkg": "dist/class-change.min.js",
  "scripts": {
    "prepare": "run-s clean build",
    "build": "rollup -c",
    "clean": "rimraf build/* coverage/* dist/*",
    "lint": "eslint . && markdownlint . --ignore node_modules",
    "serve": "node server.js",
    "start": "run-p watch serve",
    "test": "npm run lint && karma start",
    "test-watch": "karma start --auto-watch --no-single-run",
    "test-remote": "karma start --remote",
    "version": "npm run prepare && npm test && git add -A dist",
    "watch": "run-p 'build -- -w'"
  },
  "devDependencies": {
    "@babel/core": "^7.6.0",
    "@babel/polyfill": "^7.6.0",
    "@babel/preset-env": "^7.6.0",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "babel-loader": "^8.0.5",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-istanbul": "^6.0.0",
    "browser-sync": "^2.26.7",
    "chai": "^4.2.0",
    "compression": "^1.7.4",
    "eslint": "^7.32.0",
    "eslint-plugin-chai-expect": "^3.0.0",
    "eslint-plugin-html": "^7.1.0",
    "eslint-plugin-mocha": "^10.1.0",
    "karma": "^6.3.4",
    "karma-browserstack-launcher": "^1.6.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage-istanbul-reporter": "^3.0.3",
    "karma-eslint": "^2.2.0",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^5.0.0",
    "lodash.merge": "^4.6.1",
    "markdownlint-cli": "^0.32.1",
    "mocha": "^9.2.2",
    "npm-run-all": "^4.1.5",
    "rimraf": "^3.0.0",
    "rollup": "^2.56.3",
    "rollup-plugin-eslint": "^7.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "webpack": "^5.52.0"
  }
}
