{
  "name": "jambon-router",
  "version": "1.0.1",
  "description": "",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build-watch": "tsc --watch",
    "test": "mocha --harmony_async_iteration"
  },
  "author": "Jonatan Pedersen",
  "license": "MIT",
  "devDependencies": {
    "deep-diff": "^0.3.8",
    "jambon-test-helpers": "^1.0.1",
    "mocha": "^4.0.1",
    "typescript": "^2.6.1"
  },
  "dependencies": {
    "jambon": "^1.0.1",
    "path-to-regexp": "^2.1.0"
  }
}
