{
  "name": "gridlayout",
  "version": "1.0.2",
  "author": "Ionut Colceriu <contact@ghinda.net>",
  "description": "Lightweight grid system for advanced horizontal and vertical web app layouts, with support for older browsers.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ghinda/gridlayout.git"
  },
  "files": [
    "gridlayout*",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {},
  "devDependencies": {
    "assemble": "^0.4.42",
    "connect-livereload": "^0.5.3",
    "grunt": "^0.4.5",
    "grunt-build-control": "^0.5.0",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-connect": "^0.10.1",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-stylus": "^0.21.0",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-saucelabs": "^8.6.1",
    "matchdep": "^0.1.2"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "node -e \"require('grunt').tasks(['test']);\""
  }
}
