{
  "name": "baconjs-router",
  "version": "4.1.1",
  "description": "Bacon.js page router",
  "main": "index.js",
  "scripts": {
    "clean": "rimraf dist/",
    "lint-js": "eslint index.js",
    "make-dist-dir": "mkdirp dist/",
    "example": "npm-run-all build serve",
    "build": "npm-run-all clean lint-js make-dist-dir build-js",
    "build-js": "browserify --debug --standalone baconjsRouter -e index.js -o dist/baconjs-router.js",
    "serve": "http-server -o -c 1 -a localhost -p 8081",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FoxSportsAustralia/baconjs-router.git"
  },
  "keywords": [
    "Baconjs",
    "routing",
    "router",
    "reactive"
  ],
  "author": "Fox Sports Australia Developers",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FoxSportsAustralia/baconjs-router/issues"
  },
  "homepage": "https://github.com/FoxSportsAustralia/baconjs-router#readme",
  "browserify": {
    "transform": [
      "babelify"
    ]
  },
  "dependencies": {
    "babel-preset-es2015": "^6.18.0",
    "babelify": "^7.3.0",
    "lodash": "^4.17.2",
    "path-to-regexp": "^2.4.0"
  },
  "devDependencies": {
    "baconjs": "^0.7.89",
    "browserify": "^13.1.1",
    "eslint": "^3.11.1",
    "http-server": "^0.9.0",
    "mkdirp": "^0.5.1",
    "npm-run-all": "^3.1.2",
    "rimraf": "^2.5.4"
  },
  "peerDependencies": {
    "baconjs": "^0.7.89"
  }
}
