{
  "name": "@vcl/vcl.github.io",
  "version": "0.4.0",
  "description": "The full documentation of all modules from the VCL org's repos",
  "private": true,
  "main": "package.json",
  "scripts": {
    "git-init": "cd dist && git init && git remote add origin git@github.com:vcl/vcl.github.io.git",
    "git-push": "cd dist && git add -A . && git commit -a -m 'doc update' && git push --set-upstream origin master --force",
    "clean": "rm -rf dist",
    "bundle-webcomponents": "polymer build",
    "pregen-doc": "npm run bundle-webcomponents",
    "gen-doc": "./cli.js ../../packages/vcl dist --name=\"VCL Documentation\" --doc=../../doc",
    "deploy": "npm-run-all clean gen-doc git-init git-push"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vcl/vcl.github.io.git"
  },
  "devDependencies": {
    "@fortawesome/fontawesome-free": "^5.15.4",
    "@polymer/app-route": "^3.0.2",
    "@polymer/polymer": "^3.4.1",
    "@webcomponents/webcomponentsjs": "^2.6.0",
    "debug": "^4.3.3",
    "lodash": "^4.17.21",
    "marked": "^4.0.12",
    "normalize.css": "^8.0.1",
    "npm-run-all": "^4.1.5",
    "polymer-cli": "^1.9.7",
    "resolve": "^1.22.0",
    "sass": "^1.49.0"
  },
  "keywords": [
    "vcl",
    "generated",
    "documentation"
  ],
  "author": "n-fuse GmbH",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vcl/vcl.github.io/issues"
  },
  "homepage": "https://github.com/vcl/vcl.github.io"
}
