{
  "name": "treehouse-router",
  "version": "1.2.2",
  "description": "URL router for use with treehouse",
  "main": "lib/index.js",
  "scripts": {
    "test": "node_modules/jasmine/bin/jasmine.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/markevans/treehouse-router.git"
  },
  "keywords": [
    "treehouse",
    "url",
    "router"
  ],
  "author": "Mark Evans",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/markevans/treehouse-router/issues"
  },
  "homepage": "https://github.com/markevans/treehouse-router#readme",
  "devDependencies": {
    "jasmine": "^2.7.0",
    "treehouse": "^3.3.0"
  }
}
