{
  "name": "centum",
  "version": "1.0.4",
  "author": "Marwan Al-Soltany <MarwanAlsoltany@gmail.com> (https://marwanalsoltany.github.io/)",
  "license": "MIT",
  "description": "A hundred-based CSS flex grid system with full flexibility to customize it exactly to your needs.",
  "keywords": [
    "css",
    "scss",
    "grid",
    "layout",
    "layout grid",
    "hundred-based grid",
    "grid system",
    "css grid system",
    "css flex grid system",
    "css flex",
    "css flex box",
    "flex box"
  ],
  "homepage": "https://github.com/MarwanAlsoltany/centum#readme",
  "main": "index.js",
  "scripts": {
    "test": "webpack --config webpack.config.js",
    "build": "npm run build-dev && npm run build-prod",
    "build-dev": "cross-env NODE_ENV=development webpack --config webpack.config.js && rm -f ./dist/*.{js,js.map}",
    "build-prod": "cross-env NODE_ENV=production webpack --config webpack.config.js && rm -f ./dist/*.{js,js.map}"
  },
  "files": [
    "src",
    "dist",
    "centum.scss",
    "index.js",
    "package.json",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "dependencies": {},
  "devDependencies": {
    "cssnano": "^4.1.10",
    "autoprefixer": "^9.8.0",
    "mini-css-extract-plugin": "^0.9.0",
    "css-loader": "^3.5.3",
    "postcss-loader": "^3.0.0",
    "sass-loader": "^8.0.1",
    "sass": "^1.26.5",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11",
    "cross-env": "^7.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MarwanAlsoltany/centum.git"
  },
  "bugs": {
    "url": "https://github.com/MarwanAlsoltany/centum/issues"
  }
}
