{
  "name": "shower-material",
  "description": "Material theme for Shower HTML presentation engine",
  "version": "2.1.2",
  "author": {
    "name": "Vadim Makeev",
    "url": "http://pepelsbey.net/"
  },
  "homepage": "https://github.com/shower/material",
  "repository": {
    "type": "git",
    "url": "git://github.com/shower/material.git"
  },
  "bugs": {
    "url": "http://github.com/shower/material/issues"
  },
  "license": "MIT",
  "keywords": [
    "shower",
    "presentation",
    "material",
    "theme"
  ],
  "files": [
    "fonts/**",
    "pictures/**",
    "styles/**",
    "index.html",
    "LICENSE.md",
    "README.md"
  ],
  "devDependencies": {
    "live-server": "^1.2.0",
    "shower-core": "^2.1.0",
    "stylelint": "^9.2.1"
  },
  "scripts": {
    "test": "stylelint 'styles/**/*.css'",
    "start": "live-server . --watch='fonts/*,pictures/*,styles/**,index.html'"
  }
}
