{
  "name": "uifactory",
  "version": "1.24.0",
  "description": "UIFactory is a small, elegant web component framework",
  "main": "dist/uifactory.min.js",
  "jsdelivr": "dist/uifactory.min.js",
  "unpkg": "dist/uifactory.min.js",
  "repository": "git@github.com:gramener/uifactory.git",
  "homepage": "https://uifactory.gramener.com/",
  "author": "S Anand <s.anand@gramener.com>",
  "contributors": [
    "Bhanu Kamapantula <bhanu.kamapantula@gramener.com>",
    "Samarth Gulati <samarth.gulati@gramener.com>"
  ],
  "scripts": {
    "lint": "remark -q --no-stdout -u validate-links --silently-ignore --ignore-pattern node_modules **/*.md && eslint src/*.js src/*.html test/*.js test/*.html",
    "build": "html-minifier-terser --remove-comments --minify-js 9 --collapse-whitespace --decode-entities --input-dir src --output-dir dist --file-ext html && node build.js && gzip -c dist/uifactory.min.js | wc -c",
    "pretest": "npm run lint && browserify -s tape -r tape -o test/tape.js",
    "test": "node test/server.js",
    "start": "node test/server.js debug",
    "prepublishOnly": "npm run build"
  },
  "license": "MIT",
  "private": false,
  "devDependencies": {
    "browserify": "17",
    "cheerio": "1.0.0-rc.10",
    "eslint": "7",
    "eslint-plugin-html": "6",
    "express": "^4.17.3",
    "html-minifier-terser": "^6.1.0",
    "marked": "4",
    "puppeteer": "13",
    "remark-cli": "9",
    "remark-validate-links": "10",
    "serve-index": "1",
    "tap-merge": "0.3",
    "tape": "^5.5.3",
    "terser": "^5.12.1"
  }
}
