{
  "name": "css-essentials",
  "version": "2.0.1",
  "description": "Essential css bundle to get you started with your new project asap",
  "main": "dist/css-essentials-min.css",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "prepublish": "grunt release",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Onefootball/css-essentials.git"
  },
  "keywords": [
    "css",
    "flex",
    "grid",
    "onefootball"
  ],
  "author": "Sinisa Grubor <sinisa.grubor@onefootball.com> (https://www.onefootball.com/)",
  "contributors": [
    "Andrea Dessì <andrea.dessi@onefootball.com> (https://www.onefootball.com/)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Onefootball/css-essentials/issues"
  },
  "homepage": "https://github.com/Onefootball/css-essentials#readme",
  "devDependencies": {
    "grunt": "0.4.5",
    "grunt-contrib-connect": "0.11.2",
    "grunt-contrib-copy": "0.8.2",
    "grunt-contrib-less": "1.3.0",
    "load-grunt-tasks": "3.4.0"
  }
}
