{
  "name": "detect-browser",
  "version": "3.0.1",
  "description": "Unpack a browser type and version from the useragent string",
  "main": "index.js",
  "scripts": {
    "test": "node test",
    "prepublish": "npm run test",
    "patch-release": "npm version patch && npm publish && npm run postpublish",
    "minor-release": "npm version minor && npm publish && npm run postpublish",
    "major-release": "npm version major && npm publish && npm run postpublish",
    "postpublish": "git push origin master --follow-tags",
    "gendocs": "embellish README.md"
  },
  "stability": "stable",
  "repository": {
    "type": "git",
    "url": "https://github.com/DamonOehlman/detect-browser.git"
  },
  "keywords": [
    "browser",
    "detect",
    "useragent"
  ],
  "author": "Damon Oehlman <damon.oehlman@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DamonOehlman/detect-browser/issues"
  },
  "homepage": "https://github.com/DamonOehlman/detect-browser",
  "devDependencies": {
    "embellish-readme": "1.3.2",
    "semver": "^5.0.3",
    "tape": "^4.2.2"
  }
}
