{
  "name": "spirit-router",
  "version": "0.5.0",
  "description": "fast router for spirit",
  "main": "index.js",
  "scripts": {
    "prepublish": "make release",
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:spirit-js/spirit-router.git"
  },
  "keywords": [
    "express",
    "web",
    "http",
    "router",
    "framework",
    "api",
    "rest",
    "spirit"
  ],
  "files": [
    "docs",
    "lib",
    "examples",
    "index.js"
  ],
  "author": "hnry",
  "license": "ISC",
  "homepage": "https://github.com/spirit-js/sprit-router",
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-preset-es2015": "^6.13.2",
    "babel-register": "^6.11.6",
    "istanbul": "^1.0.0-alpha.2",
    "jasmine": "2.5.x"
  },
  "dependencies": {
    "bluebird": "3.5.x",
    "path-to-regexp": "^1.2.1",
    "spirit": "0.6.x"
  }
}
