{
  "name": "small-flexgrid",
  "version": "2.2.4",
  "description": "A small flexbox grid written in Less",
  "main": "src/index.styl",
  "scripts": {
    "styl:autoprefix": "(cd ./src) && stylus --resolve-url-nocheck -u autoprefixer-stylus < build.styl > ../prefixed.css",
    "minify:autoprefix": "uglifycss ./prefixed.css > prefixed.min.css",
    "styl": "(cd ./src) && stylus --resolve-url-nocheck < build.styl > ../.css",
    "minify": "uglifycss ./.css > min.css",
    "build": "npm run styl && npm run minify",
    "build:autoprefix": "npm run styl:autoprefix && npm run minify:autoprefix",
    "build:all": "npm run build && npm run build:autoprefix",
    "postversion": "npm run build:all",
    "patch": "npm version patch && npm publish",
    "minor": "npm version minor && npm publish",
    "major": "npm version major && npm publish"
  },
  "browserslist": [
    "last 10 versions",
    "ie >= 6",
    "opera >= 10",
    "chrome >= 20",
    "firefox >= 20",
    "safari >= 5"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KazanExpress/small-flexgrid.git"
  },
  "keywords": [
    "flexbox",
    "grid",
    "less",
    "css",
    "styles",
    "small",
    "versatile"
  ],
  "author": "KazanExpress",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/KazanExpress/small-flexgrid/issues"
  },
  "homepage": "https://github.com/KazanExpress/small-flexgrid#readme",
  "devDependencies": {
    "autoprefixer-stylus": "^0.14.0",
    "browserslist": "^4.1.1",
    "less": "^3.8.1",
    "less-plugin-autoprefix": "^2.0.0",
    "stylus": "^0.54.5",
    "uglifycss": "0.0.29"
  }
}
