{
  "name": "crystalcss",
  "version": "0.1.22",
  "version_short": "0.1",
  "description": "A lightweight CSS Library",
  "homepage": "https://ccss.jtw-r.com/",
  "main": "package.js",
  "sass": "scss/crystal.scss",
  "style": "build/css/crystal.css",
  "scripts": {
    "start": "npm-run-all css",
    "css": "npm-run-all css-*",
    "css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 5 scss/ -o build/css/",
    "css-unprefix": "postcss --use postcss-unprefix --replace build/css/*.css",
    "css-reprefix": "postcss --use autoprefixer --replace build/css/*.css --config postcss.config.js",
    "css-lint": "stylelint \"build/css/*.css\" --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jtw-r/crystalcss.git"
  },
  "keywords": [
    "css",
    "sass",
    "front-end",
    "web"
  ],
  "author": "Jonathan Reiterman",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jtw-r/crystalcss/issues"
  },
  "devDependencies": {
    "autoprefixer": "^10.2.0",
    "node-sass": "^6.0.1",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.1.10",
    "postcss-cli": "^8.3.0",
    "postcss-unprefix": "^2.1.4",
    "stylelint": "^13.8.0",
    "stylelint-config-sass-guidelines": "^7.1.0"
  },
  "files": [
    "build/{css,js}/*.{css,js,map}",
    "js/{src,dist}/**/*.{js,map}",
    "scss/**/*.scss"
  ]
}
