{
  "author": "Tim Branyen (@tbranyen)",
  "name": "backbone.layoutmanager",
  "description": "A layout and template manager for Backbone.js applications.",
  "version": "0.8.8",
  "homepage": "http://tbranyen.github.com/backbone.layoutmanager/",
  "repository": {
    "type": "git",
    "url": "git://github.com/tbranyen/backbone.layoutmanager.git"
  },
  "main": "node/index",
  "engines": {
    "node": ">=0.8"
  },
  "dependencies": {
    "backbone": "~1.0",
    "underscore.deferred": "~0.4",
    "cheerio": "~0.11.0",
    "underscore": "~1.4"
  },
  "devDependencies": {
    "grunt": "~0.4",
    "grunt-cli": "~0.1",
    "grunt-contrib-jshint": "0.5.1",
    "grunt-contrib-qunit": "0.2.1",
    "grunt-nodequnit": "~0.1"
  },
  "scripts": {
    "test": "grunt"
  },
  "jam": {
    "dependencies": {
      "underscore": "~1.4",
      "backbone": "~1.0",
      "jquery": ">=1.6"
    },
    "include": [
      "backbone.layoutmanager.js"
    ],
    "main": "backbone.layoutmanager.js",
    "shim": {
      "deps": [
        "jquery",
        "backbone",
        "underscore"
      ],
      "exports": "Backbone.Layout"
    }
  }
}
