{
  "name": "wheelhouse-router",
  "version": "0.6.0",
  "description": "A wheelhouse library to marry flatiron's Director with Backbone's router",
  "main": "index.js",
  "browser": "./lib/clientRouter.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:joeybaker/wheelhouse-router.git"
  },
  "keywords": [
    "URL",
    "http",
    "client side",
    "flatiron",
    "backbone",
    "router",
    "route",
    "controller",
    "Director",
    "connect",
    "wheelhouse"
  ],
  "author": "Joey Baker",
  "license": "BSD",
  "dependencies": {
    "lodash": "~2.4.1",
    "backbone": "~1.0.0"
  },
  "devDependencies": {
    "flatiron": "~0.3.11",
    "grunt": "~0.4.2",
    "grunt-bumpx": "~0.2.0",
    "grunt-notify": "~0.2.17",
    "grunt-contrib-jshint": "~0.8.0",
    "chai": "~1.9.0",
    "mocha": "~1.17",
    "grunt-simple-mocha": "~0.4",
    "union": "~0.3",
    "grunt-shell": "~0.6",
    "request": "~2.33.0",
    "sinon": "~1.8.2",
    "sinon-chai": "~2.5.0",
    "matchdep": "~0.3.0",
    "grunt-jscs-checker": "~0.3.2",
    "grunt-karma": "~0.6.2",
    "karma-script-launcher": "~0.1.0",
    "karma-chrome-launcher": "~0.1.2",
    "karma-firefox-launcher": "~0.1.3",
    "karma-html2js-preprocessor": "~0.1.0",
    "karma-phantomjs-launcher": "~0.1.2",
    "karma": "~0.10.9",
    "karma-mocha": "~0.1.1",
    "grunt-watchify": "~0.1.0",
    "jquery": "~1.11.0",
    "karma-safari-launcher": "~0.1.1",
    "handlebars": "~2.0.0-alpha.1"
  },
  "peerDependencies": {
    "flatiron": "~0.3"
  }
}