{
  "name": "flexpoint",
  "version": "2.0.0",
  "description": "A utility class library for making grid layouts with flexbox",
  "author": "Francisco Presencia <public@francisco.io> (https://francisco.io/)",
  "repository": "https://github.com/franciscop/flexpoint.git",
  "funding": {
    "url": "https://www.paypal.me/franciscopresencia/19"
  },
  "license": "MIT",
  "main": "index.min.js",
  "scripts": {
    "build": "npx sass --style compressed flexpoint.scss flexpoint.css && webpack -c"
  },
  "keywords": [
    "flexbox",
    "grid",
    "flex",
    "flexpoint",
    "flex-point",
    "reponsive",
    "breakpoint"
  ],
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.4.5",
    "@babel/preset-env": "^7.4.5",
    "@babel/preset-react": "^7.0.0",
    "babel-loader": "^8.0.6",
    "babel-polyfill": "^6.26.0",
    "css-loader": "^1.0.1",
    "react": "^16.3.0",
    "regenerator-runtime": "^0.12.1",
    "sass": "^1.37.0",
    "style-loader": "^0.20.3",
    "webpack": "^4.25.0",
    "webpack-cli": "^3.1.2"
  },
  "babel": {
    "presets": [
      "@babel/preset-env",
      "@babel/preset-react"
    ],
    "plugins": []
  }
}
