{
  "name": "matchacss",
  "version": "0.0.8",
  "description": "Matcha is a minimal CSS design system and framework to try and influence the use of the Cascade in CSS and promote the use of semantic HTML.",
  "main": "macha.css",
  "files": [
    "macha.css",
    "macha.css.map",
    "themes/dark.css",
    "themes/dark.css.map"
  ],
  "scripts": {
    "build": "sass --no-source-map src/index.scss dist/macha.css",
    "build:watch": "sass --no-source-map --watch src/index.scss dist/macha.css",
    "build:themes": "node ./scripts/buildthemes.js",
    "build:all": "npm run build && npm run build:themes",
    "prebuild": "rimraf dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Phl3bas/MatchaCSS"
  },
  "keywords": [
    "css",
    "theme",
    "classless",
    "web-design",
    "minimal",
    "default",
    "reset"
  ],
  "author": "Sepp Wikramaratna-Clarke",
  "license": "MIT",
  "devDependencies": {
    "sass": "^1.26.10",
    "rimraf": "^3.0.2"
  }
}
