{
  "name": "@blaze-cms/blaze-ui",
  "version": "0.0.6",
  "description": "CSS Framework from Blaze-CMS",
  "main": "blaze-ui.scss",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "node-sass --output-style expanded --source-map true blaze-ui.scss css/blaze-ui.css",
    "dev": "webpack-dev-server --host localhost --port 3000 -d --mode development",
    "lint": "sass-lint -v -q"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thebyte9/blaze-ui.git"
  },
  "author": "byte9",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thebyte9/blaze-ui/issues"
  },
  "homepage": "https://github.com/thebyte9/blaze-ui#readme",
  "dependencies": {},
  "devDependencies": {
    "css-loader": "^2.1.1",
    "file-loader": "^3.0.1",
    "mini-css-extract-plugin": "^0.5.0",
    "node-sass": "^4.11.0",
    "sass-lint": "^1.12.1",
    "sass-loader": "^7.1.0",
    "style-loader": "^0.23.1",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.2.3",
    "webpack-dev-server": "^3.2.1",
    "webpack-mild-compile": "^3.3.1",
    "webpack-spritesmith": "^1.0.0"
  },
  "directories": {
    "doc": "docs"
  },
  "keywords": [
    "css"
  ]
}
