{
  "name": "urlhub",
  "version": "0.8.4",
  "description": "Another router library, yet the simplest one.",
  "main": "./dist/urlhub.js",
  "scripts": {
    "test": "npx karma start karma.conf.js --single-run && \"./node_modules/.bin/jasmine\"",
    "build": "./build",
    "preversion": "npm run build && npm test",
    "version": "npm run build"
  },
  "author": {
    "name": "Javier Marquez",
    "url": "http://arqex.com"
  },
  "license": "MIT",
  "dependencies": {
    "mini-querystring": "^2.0.6",
    "path-to-regexp": "^1.7.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arqex/url-navigation/tree/master/packages/urlhub"
  },
  "devDependencies": {
    "@babel/core": "^7.4.4",
    "babel-loader": "^8.0.5",
    "babel-preset-env": "^1.5.1",
    "jasmine": "^3.3.1",
    "karma": "^3.1.3",
    "karma-cli": "^2.0.0",
    "karma-jasmine": "^2.0.1",
    "karma-phantomjs-launcher": "^1.0.4",
    "natives": "^1.1.6",
    "webpack-stream": "^5.2.1"
  },
  "gitHead": "c5813005c5bd848bf9e0472268ab62da3b6b3a60"
}
