{
  "name": "ua-device-detector",
  "version": "1.1.8",
  "devDependencies": {
    "angular": "^1.6.7",
    "angular-mocks": "^1.6.7",
    "gulp": "~3.9.1",
    "gulp-bump": "~2.7.0",
    "gulp-concat": "~2.6.1",
    "gulp-filter": "~5.0.0",
    "gulp-git": "~2.0.0",
    "gulp-jasmine": "^2.4.2",
    "gulp-jasmine-node": "^1.0.7",
    "gulp-karma": "0.0.5",
    "gulp-tag-version": "~1.3.0",
    "gulp-uglify": "~2.0.1",
    "jasmine-core": "~2.5.2",
    "jasmine-node": "^1.14.5",
    "karma": "~1.5.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-jasmine": "^1.1.1",
    "karma-nested-reporter": "~0.1.4",
    "karma-phantomjs-launcher": "~1.0.2",
    "phantomjs": "~2.1.7",
    "standard-version": "^4.3.0",
    "uglify-js": "~2.8.5"
  },
  "scripts": {
    "test": "gulp test",
    "release": "gulp minify && node_modules/standard-version/bin/cli.js",
    "publish-version": "(git push --follow-tags origin master) && (npm publish)"
  },
  "description": "Parses user-agent to set css classes or directly usable via JS / NodeJS.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/srfrnk/ua-device-detector.git"
  },
  "keywords": [
    "angularjs"
  ],
  "author": "srfrnk",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/srfrnk/ua-device-detector/issues"
  },
  "homepage": "https://github.com/srfrnk/ua-device-detector",
  "dependencies": {
    "re-tree": "^0.1.7"
  }
}
