{
  "name": "lost",
  "version": "9.0.2",
  "description": "LostGrid is a powerful grid system built in PostCSS that works with any preprocessor and even vanilla CSS.",
  "main": "lost.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/peterramsing/lost.git"
  },
  "dependencies": {
    "object-assign": "^4.1.1"
  },
  "keywords": [
    "grid",
    "fraction",
    "ratio",
    "postcss",
    "postcss-plugin"
  ],
  "author": "Cory Simmons & Peter Ramsing <hi@peterramsing.com> (https://peter.coffee)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/peterramsing/lost/issues"
  },
  "homepage": "http://lostgrid.org",
  "devDependencies": {
    "chai": "^4.3.6",
    "clean-css": "^5.3.0",
    "codecov": "^3.8.2",
    "eslint": "^8.16.0",
    "eslint-plugin-prettier": "^4.0.0",
    "husky": "^8.0.0",
    "lint-staged": "^12.4.2",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "postcss": "^8.4.14",
    "postcss-preset-env": "^7.6.0",
    "prettier": "^2.6.2",
    "pretty-quick": "^3.1.3",
    "release-it": "^16.1.5"
  },
  "peerDependencies": {
    "postcss": "^8.4.14"
  },
  "scripts": {
    "test": "nyc mocha",
    "reset--node": "rm -rf node_modules && npm install",
    "lint": "eslint .",
    "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "prepare": "husky install",
    "release": "release-it"
  }
}
