{
  "name": "hexo-compat-report",
  "version": "0.1.0",
  "description": "A widget to include in your hexo report for web technology compatbility reports.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "cd ./kumascript && npm i"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TimDaub/hexo-compat-report.git"
  },
  "keywords": [
    "hexo",
    "blog",
    "blogging",
    "compatibility",
    "browsers",
    "html5"
  ],
  "author": "Tim Daubenschütz <tim@daubenschuetz.de>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TimDaub/hexo-compat-report/issues"
  },
  "homepage": "https://github.com/TimDaub/hexo-compat-report#readme",
  "dependencies": {
    "@mdn/browser-compat-data": "2.0.6",
    "ejs": "2.6.1",
    "hexo-fs": "^3.0.1",
    "lodash.escape": "^4.0.1",
    "node-sass": "^4.14.1",
    "sass-inline-svg": "^1.2.3"
  }
}
