{
  "name": "@ufal/license-selector",
  "title": "License Selector",
  "version": "0.2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/ufal/public-license-selector.git"
  },
  "description": "JQuery plugin with UI for picking a license for software or data",
  "main": "dist/license-selector.umd.js",
  "module": "dist/license-selector.esm.js",
  "types": "index.d.ts",
  "files": [
    "dist/",
    "index.d.ts",
    "LICENSE.md",
    "README.md"
  ],
  "homepage": "http://ufal.github.io/public-license-selector",
  "keywords": [
    "license",
    "selector",
    "license selector",
    "public license",
    "software license",
    "data license",
    "jquery plugin"
  ],
  "devDependencies": {
    "@babel/core": "^7.28.5",
    "@babel/preset-env": "^7.28.5",
    "babel-loader": "^10.1.1",
    "coffee-loader": "^5.0.0",
    "coffeescript": "^2.7.0",
    "cross-env": "^10.1.0",
    "css-loader": "^7.1.2",
    "cypress": "^15.14.1",
    "html-webpack-plugin": "^5.6.5",
    "less": "^4.4.2",
    "less-loader": "^12.3.0",
    "lodash": "^4.17.21",
    "mini-css-extract-plugin": "^2.9.4",
    "npm-run-all": "^4.1.5",
    "rimraf": "^6.1.3",
    "webpack": "^5.106.2",
    "webpack-cli": "^7.0.2",
    "webpack-dev-server": "^5.2.3"
  },
  "peerDependencies": {
    "jquery": ">=2.1.1",
    "lodash": ">=2.4.1"
  },
  "scripts": {
    "clean": "rimraf dist",
    "build:umd": "cross-env NODE_ENV=production webpack --config webpack.config.js --env bundle=umd",
    "build:esm": "cross-env NODE_ENV=production webpack --config webpack.config.js --env bundle=esm",
    "build": "npm-run-all clean build:umd build:esm",
    "prepublishOnly": "npm run build",
    "start": "cross-env NODE_ENV=development webpack serve --config webpack.config.js --env bundle=umd --open",
    "test": "npm-run-all build test:e2e",
    "test:e2e": "cypress run",
    "test:open": "cypress open",
    "test:headed": "cypress run --headed --browser chrome",
    "test:ci": "cypress run --browser chrome",
    "generate-graph": "node scripts/generate-state-graph.js"
  },
  "engines": {
    "node": ">=20.10.0"
  },
  "author": {
    "name": "ÚFAL",
    "email": "ufal@ufal.mff.cuni.cz",
    "url": "https://ufal.mff.cuni.cz/"
  },
  "authors": [
    "Pawel Kamocki",
    "Pavel Straňák",
    "Michal Sedlák"
  ],
  "maintainers": [
    "Ondřej Košarko <kosarko@ufal.mff.cuni.cz>"
  ],
  "contributors": [
    {
      "name": "m1ch4ls",
      "url": "https://github.com/m1ch4ls"
    },
    {
      "name": "stranak",
      "url": "https://github.com/stranak"
    },
    {
      "name": "kosarko",
      "url": "https://github.com/kosarko"
    },
    {
      "name": "vidiecan",
      "url": "https://github.com/vidiecan"
    },
    {
      "name": "Aldarone",
      "url": "https://github.com/Aldarone"
    },
    {
      "name": "amadulhaxxani",
      "url": "https://github.com/amadulhaxxani"
    },
    {
      "name": "bvreede",
      "url": "https://github.com/bvreede"
    },
    {
      "name": "emanueldima",
      "url": "https://github.com/emanueldima"
    },
    {
      "name": "katrinleinweber",
      "url": "https://github.com/katrinleinweber"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ufal/public-license-selector/issues"
  }
}
