{
  "name": "@financial-times/useragent_parser",
  "version": "1.6.3",
  "description": "This is the VCL & JS implementation of the [ua-parser](https://github.com/tobie/ua-parser)",
  "main": "lib/ua_parser.js",
  "scripts": {
    "build": "node ./compilers/vcl.js && node ./compilers/js.js && node ./compilers/js-c-at-e.js",
    "test": "mocha test/ua.test.js",
    "version": "npm run build",
    "prepare": "npm run build"
  },
  "author": "Jake Champion",
  "license": "MIT",
  "devDependencies": {
    "eslint": "^8.11.0",
    "js-yaml": "^4.0.0",
    "lodash": "^4.17.11",
    "mocha": "^8.0.1",
    "proclaim": "^3.6.0",
    "uap-ref-impl": "^0.3.0",
    "yamlparser": "0.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Financial-Times/useragent_parser.git"
  },
  "bugs": {
    "url": "https://github.com/Financial-Times/useragent_parser/issues"
  },
  "homepage": "https://github.com/Financial-Times/useragent_parser#readme"
}
