browserinfo 0.1.6

browser and hardware information.
Documentation
{
  "name": "uap-core",
  "description": "The regex file necessary to build language ports of Browserscope's user agent parser.",
  "version": "0.18.0",
  "maintainers": [
    {
      "name": "Tobie Langel",
      "email": "tobie.langel@gmail.com",
      "web": "http://tobielangel.com"
    },
    {
      "name": "Lindsey Simon",
      "email": "lsimon@commoner.com",
      "web": "http://www.idreamofuni.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/ua-parser/uap-core.git"
  },
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "https://raw.github.com/ua-parser/uap-core/master/LICENSE"
    }
  ],
  "devDependencies": {
    "mocha": "^11.6.0",
    "safe-regex": "^2.1.1",
    "uap-ref-impl": "git+https://github.com/ua-parser/uap-ref-impl#master",
    "yamlparser": "^0.0.2"
  },
  "scripts": {
    "test": "mocha ./tests"
  },
  "mocha": {
    "ui": "tdd",
    "reporter": "min",
    "check-leaks": true
  }
}