{
  "name": "bento-ui",
  "version": "1.0.0-beta.1",
  "description": "Stylish, pure CSS, user-friendly web design framework.",
  "style": "dist/bento.css",
  "main": "scss/bento.scss",
  "scripts": {
    "lint": "stylelint --config .stylelintrc --syntax scss \"scss/**/*.scss\"",
    "bundlesize": "bundlesize",
    "build": "npm run build-sass && npm run post-build",
    "build-sass": "node-sass --include-path --output-style expanded --source-map true --indent-type space --indent-width 2 --linefeed crlf scss/bento.scss dist/bento.css",
    "post-build": "postcss dist/bento.css --use autoprefixer cssnano -m true -o dist/bento.min.css",
    "watch": "npm-run-all -p \"build -- --watch\"",
    "preversion": "cross-var cross-zip dist/ bento-ui-$npm_package_version.zip",
    "test": "npm-run-all build --sequential bundlesize"
  },
  "author": {
    "name": "D8vjork",
    "email": "contact@d8vjork.es",
    "url": "https://d8vjork.es"
  },
  "contributors": [
    "Tadaima Contributors (https://github.com/Social-chan/Bento/graphs/contributors)"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Social-chan/Bento.git"
  },
  "keywords": [
    "front-end",
    "design",
    "html",
    "css",
    "framework",
    "bento"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Social-chan/Bento/issues"
  },
  "homepage": "https://bento.social-chan.com",
  "peerDependencies": {
    "feather-icons": "^3.2.2"
  },
  "devDependencies": {
    "autoprefixer": "^7.1.3",
    "bundlesize": "^0.15.3",
    "cpy-cli": "^1.0.1",
    "cross-var": "^1.0.3",
    "cross-zip-cli": "^1.0.0",
    "cssnano": "^3.10.0",
    "node-sass": "^4.5.3",
    "npm-run-all": "^4.1.1",
    "postcss-cli": "^4.1.0",
    "rimraf": "^2.6.1",
    "stylelint": "^8.2.0",
    "stylelint-config-recommended-scss": "^2.0.0",
    "stylelint-config-standard": "^17.0.0",
    "stylelint-order": "^0.7.0",
    "stylelint-scss": "^2.1.0",
    "watch": "^1.0.2"
  },
  "files": [
    "scss",
    "dist",
    "src",
    "LICENSE"
  ],
  "bundlesize": [
    {
      "path": "./dist/bento.css",
      "maxSize": "20 kB"
    },
    {
      "path": "./dist/bento.min.css",
      "maxSize": "15 kB"
    }
  ]
}
