{
  "name": "je-global-component-library",
  "title": "Just Eat – Component Library",
  "description": "Component Library and Guidelines for all of Just Eat’s Front-End Platforms",
  "version": "1.9.3",
  "homepage": "https://github.com/justeat/global-component-library",
  "contributors": [
    "Github contributors <https://github.com/justeat/global-component-library/graphs/contributors>"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:justeat/global-component-library.git"
  },
  "bugs": {
    "url": "https://github.com/justeat/global-component-library/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "@justeat/f-dom": "^0.4.0",
    "@justeat/f-footer": "^0.26.0",
    "@justeat/f-header": "^0.27.0",
    "@justeat/f-icons": "^0.8.0",
    "@justeat/f-toggle": "^0.13.0",
    "@justeat/f-validate": "^0.18.0",
    "@justeat/fozzie": "^0.44.0",
    "kickoff-grid.css": "^1.1.0",
    "lite-ready": "^1.0.4",
    "qwery": "^4.0.0",
    "svg4everybody": "^2.1.9"
  },
  "devDependencies": {
    "@justeat/gulp-build-fozzie": "^7.19.0",
    "babel-preset-env": "^1.7.0",
    "danger": "^3.6.6",
    "eslint-plugin-import": "^2.11.0",
    "gulp": "^3.9.1"
  },
  "keywords": [],
  "scripts": {
    "prestart": "yarn",
    "start": "gulp docs",
    "predeploy": "yarn --ignore-optional",
    "deploy": "gulp docs:deploy"
  },
  "resolutions": {
    "@justeat/fozzie-colour-palette": "1.1.0"
  },
  "scripts-info": {
    "start": "Start up the Global Component Library locally",
    "deploy": "Compile all assets for production deployment"
  },
  "browserslist": [
    "> 5%",
    "last 2 versions",
    "Safari >= 8",
    "not ie 10"
  ]
}
