{
  "name": "ayoflex",
  "version": "1.0.4",
  "description": "A mobile first css layout utility library",
  "main": "index.js",
  "scripts": {
    "css": "sass --no-source-map --style=compressed ./src/ayoflex.scss ./dist/ayoflex.min.css && sass --no-source-map --style=compressed ./src/ayoflex-no-responsive.scss ./dist/ayoflex-no-responsive.min.css && sass --no-source-map ./src/ayoflex.scss ./dist/ayoflex.css && sass --no-source-map ./src/ayoflex-no-responsive.scss ./dist/ayoflex-no-responsive.css"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ayoton/ayoflex.git"
  },
  "keywords": [
    "CSS",
    "Flex",
    "Layout",
    "Utility",
    "Grid",
    "Spacing",
    "Responsive",
    "Margin",
    "Padding"
  ],
  "author": "AYOTON",
  "license": "MIT",
  "bugs": {
    "url": "https://ayoflex.ayoton.com"
  },
  "homepage": "https://ayoflex.ayoton.com",
  "devDependencies": {
    "sass": "^1.53.0"
  }
}
