{
  "name": "raygun4js",
  "main": "dist/raygun.umd.js",
  "title": "Raygun4js",
  "description": "Raygun.io plugin for JavaScript",
  "version": "2.15.0",
  "homepage": "https://github.com/MindscapeHQ/raygun4js",
  "author": {
    "name": "MindscapeHQ",
    "email": "hello@raygun.io"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MindscapeHQ/raygun4js.git"
  },
  "bugs": "https://github.com/MindscapeHQ/raygun4js/issues",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/MindscapeHQ/raygun4js/blob/master/LICENSE"
    }
  ],
  "devDependencies": {
    "chromedriver": "^2.46.0",
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-uglify": "^1.0.1",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-string-replace": "^1.2.0",
    "grunt-webdriver": "^2.0.3",
    "phantomjs-prebuilt": "^2.1.14",
    "underscore": "^1.8.3",
    "wdio-chromedriver-service": "0.1.5",
    "wdio-dot-reporter": "0.0.6",
    "wdio-jasmine-framework": "^0.2.19",
    "wdio-phantomjs-service": "^0.2.2",
    "wdio-sauce-service": "^0.3.1",
    "wdio-selenium-standalone-service": "0.0.7",
    "wdio-static-server-service": "^1.0.1",
    "wdio-testingbot-service": "^0.1.7",
    "webdriverio": "^4.5.0"
  },
  "scripts": {
    "test-local": "LOCAL=true node_modules/.bin/wdio wdio.conf.js",
    "test": "node_modules/.bin/wdio wdio.conf.js"
  },
  "dependencies": {},
  "keywords": [
    "error",
    "tracking",
    "raygun",
    "clientside"
  ]
}
