{
  "name": "@tonioloewald/b8r",
  "version": "0.6.5",
  "description": "the even lazier javascript framework",
  "main": "dist/b8r.js",
  "scripts": {
    "start": "echo \"http://localhost:8017/index.html\\n\" && node utils/server.js web_root:.",
    "lint": "npx standard --fix",
    "stylelint": "npx stylelint css/*.css **/*.html --fix",
    "linthtml": "npx linthtml index.html components/**/*.html",
    "build": "npm run lint && npm run linthtml && npm run stylelint && ./utils/build.command"
  },
  "keywords": [
    "javascript",
    "front end",
    "html",
    "mvc",
    "framework"
  ],
  "files": [
    "index.js",
    "components/*",
    "css/*",
    "dist/*",
    "lib/*",
    "source/*",
    "web-components/*",
    "third-party/*",
    "utils/*"
  ],
  "stylelint": {
    "rules": {
      "block-no-empty": null,
      "color-no-invalid-hex": true,
      "comment-empty-line-before": [
        "always",
        {
          "except": [
            "first-nested"
          ],
          "ignore": [
            "stylelint-commands",
            "after-comment"
          ]
        }
      ],
      "declaration-colon-space-after": "always",
      "indentation": [
        2,
        {
          "except": [
            "value"
          ]
        }
      ],
      "max-empty-lines": 2,
      "rule-empty-line-before": [
        "always",
        {
          "except": [
            "first-nested"
          ],
          "ignore": [
            "after-comment"
          ]
        }
      ]
    }
  },
  "author": "Tonio Loewald (https://bindinator.com)",
  "license": "BSD-3-Clause",
  "devDependencies": {
    "@linthtml/linthtml": "^0.4.2",
    "pixelmatch": "^5.2.1",
    "pngjs": "^5.0.0",
    "puppeteer": "^3.3.0",
    "rollup": "^1.32.1",
    "standard": "^14.3.4",
    "stylelint": "^13.6.1",
    "uglify-es": "^3.3.9"
  },
  "standard": {
    "ignore": [
      "/icomoon/",
      "/test/",
      "/dist/",
      "/third-party/",
      "web-component-test.js"
    ]
  }
}
