{
  "name": "addressbar",
  "version": "1.0.3",
  "description": "Makes the addressbar of the browser work just like a normal input",
  "main": "index.js",
  "scripts": {
    "prestart": "npm run build",
    "start": "python -m SimpleHTTPServer 3001",
    "pretest": "npm run lint && npm run build",
    "test": "nodeunit tests/index.js",
    "build": "webpack",
    "lint": "standard",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cerebral/addressbar.git"
  },
  "keywords": [
    "router",
    "history",
    "url",
    "reactive"
  ],
  "author": "Christian Alfoni <christianalfoni@gmail.com>",
  "contributors": [
    "Aleksey Guryanov <gurianov@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cerebral/addressbar/issues"
  },
  "homepage": "https://github.com/cerebral/addressbar#readme",
  "devDependencies": {
    "commitizen": "^2.5.0",
    "cz-customizable": "^2.7.0",
    "ghooks": "^1.0.3",
    "nodeunit": "^0.9.1",
    "selenium-webdriver": "^2.46.1",
    "semantic-release": "^4.3.5",
    "standard": "^5.4.1",
    "validate-commit-msg": "^1.0.0",
    "webpack": "^1.12.1"
  },
  "dependencies": {
    "eventemitter3": "^2.0.2",
    "url-parse": "^1.0.5"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-customizable"
    },
    "ghooks": {
      "commit-msg": "validate-commit-msg"
    }
  }
}