{
  "name": "fluid-size",
  "description": "A method of fluidly resizing in response to various devices. (with SASS)",
  "version": "1.6.0",
  "author": "black7375",
  "license": "MIT",
  "keywords": [
    "SASS",
    "SCSS",
    "Design",
    "Breakpoint",
    "Breakpoints",
    "Responsive",
    "media-queries"
  ],
  "main": "./_fluid-size.scss",
  "sass": "./_fluid-size.scss",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/black7375/fluid-size.git"
  },
  "bugs": {
    "url": "https://github.com/black7375/fluid-size/issues"
  },
  "homepage": "https://github.com/black7375/fluid-size#readme",
  "scripts": {
    "build": "scss-bundle -c ./scss-bundle.config.json"
  },
  "dependencies": {
    "include-media": "^1.4.9",
    "mathsass": "^0.11.0",
    "sass-unitconverter": "^2.5.2"
  },
  "devDependencies": {
    "scss-bundle": "^3.1.2"
  }
}
