{
  "name": "@nfrasser/milligram",
  "version": "1.4.1-1",
  "description": "A minimalist CSS framework.",
  "homepage": "https://milligram.io",
  "repository": "nfrasser/milligram",
  "license": "MIT",
  "author": "CJ Patoilo <cjpatoilo@gmail.com>",
  "main": "dist/milligram.css",
  "keywords": [
    "bootstrap",
    "css",
    "css3",
    "flexbox",
    "front-end",
    "framework",
    "html",
    "html5",
    "kickstarter",
    "less",
    "responsive",
    "mobile",
    "mobile-first",
    "postcss",
    "responsive",
    "sass",
    "scss",
    "stylus"
  ],
  "dependencies": {
    "normalize.css": "~8.0.1"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.12",
    "ava": "^4.3.3",
    "backstopjs": "3.8.8",
    "browser-sync": "^2.27.10",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "node-sass": "^7.0.3",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "onchange": "^7.1.0",
    "postcss-cli": "^10.0.0",
    "prettier-standard": "^16.4.1",
    "rimraf": "^3.0.2",
    "sass-lint": "^1.12.1"
  },
  "scripts": {
    "autoprefixer": "postcss -u autoprefixer --no-map.inline --autoprefixer.browsers \"last 1 versions\" -r dist/*.css",
    "build": "rimraf dist && run-s sass autoprefixer",
    "lint": "prettier-standard --check && sass-lint --verbose --no-exit",
    "prepublishOnly": "npm run build",
    "sass": "node-sass --output-style expanded src/milligram.sass dist/milligram.css && node-sass --output-style compressed src/milligram.sass dist/milligram.min.css",
    "serve": "browser-sync start --no-notify -s test --ss dist -f dist",
    "start": "run-p build watch serve",
    "test": "npm run build && nyc ava",
    "visual-regression": "run-p serve visual-regression:compare",
    "visual-regression:compare": "run-s build && backstop test --config backstop.config.js",
    "visual-regression:reference": "run-s build && backstop reference --config backstop.config.js",
    "watch": "onchange src -- run-p build"
  },
  "prettier": {
    "jsxSingleQuote": false,
    "trailingComma": "all"
  }
}
