{
  "author": "Sergey Pimenov",
  "name": "metro4",
  "version": "4.4.3",
  "build": "755",
  "version_suffix": "",
  "description": "The front-end framework for Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style",
  "keywords": [
    "metro",
    "css",
    "less",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web",
    "mobile",
    "cordova",
    "phonegap"
  ],
  "funding": {
    "type": "patreon",
    "url": "https://www.patreon.com/metroui"
  },
  "homepage": "https://metroui.org.ua",
  "repository": {
    "type": "git",
    "url": "https://github.com/olton/Metro-UI-CSS.git"
  },
  "license": "MIT",
  "main": "build/js/metro.js",
  "scripts": {
    "build": "npm install && grunt",
    "cy:test": "cypress open",
    "cy:run": "cypress run",
    "start": "http-server ./tests -c-1 -s",
    "test": "start-server-and-test start http://localhost:8080 cy:run"
  },
  "browserslist": [
    "last 2 versions",
    "not ie <= 10",
    "not ie_mob <= 10"
  ],
  "devDependencies": {
    "autoprefixer": "^9.0.0",
    "cypress": "^5.5.0",
    "eslint": "^7.12.1",
    "grunt": "^1.3.0",
    "grunt-build-number": "^1.0.0",
    "grunt-bump": "^0.8.0",
    "grunt-clear": "^0.2.1",
    "grunt-concurrent": "^3.0.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-compress": "^1.6.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^3.0.0",
    "grunt-contrib-less": "^2.0.0",
    "grunt-contrib-uglify": "^5.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-eslint": "^23.0.0",
    "grunt-file-creator": "^0.1.3",
    "grunt-ftp-push": "^1.2.1",
    "grunt-postcss": "^0.9.0",
    "grunt-remove-logging": "^0.2.0",
    "grunt-replace": "^1.0.1",
    "grunt-shell": "^3.0.1",
    "grunt-string-replace": "^1.3.1",
    "grunt-stripcomments": "^0.7.2",
    "http-server": "0.12.3",
    "less": "^3.12.2",
    "load-grunt-tasks": "^5.1.0",
    "start-server-and-test": "^1.11.5",
    "time-grunt": "^2.0.0",
    "npm-check-updates": "^9.2.4"
  }
}