package.json 836 Bytes
{
  "name": "Bootflat",
  "private": false,
  "version": "2.0.0",
  "description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.",
  "author":"Flathemes",
  "homepage": "http://bootflat.github.com/",
  "keywords": [
    "bootstrap",
    "bootflat",
    "flat ui",
    "flat",
    "ui"
  ],
  "bugs": {
    "url": "https://github.com/bootflat/bootflat.github.io/issues"
  },
  "license": "MIT",
  "repository" : {
     "type" : "git",
     "url" : "https://github.com/bootflat/bootflat.github.io.git"
   },
  "devDependencies": {
    "grunt": "~0.4.4",
    "grunt-contrib-cssmin": "~0.9.0",
    "grunt-contrib-uglify": "~0.4.0",
    "grunt-contrib-sass": "~0.7.3",
    "load-grunt-tasks": "~0.2.0"
  }
}