{
  "name": "routeful",
  "version": "0.1.1",
  "description": "route + full",
  "main": "routeful.js",
  "scripts": {
    "build": "webpack",
    "watch": "webpack --progress --colors --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phi-jp/routeful.git"
  },
  "author": "phi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/phi-jp/routeful/issues"
  },
  "homepage": "https://github.com/phi-jp/routeful#readme",
  "devDependencies": {
    "webpack": "^2.4.1"
  },
  "dependencies": {
    "path-to-regexp": "^1.7.0"
  }
}
