{
  "name": "rollbar-browser",
  "version": "1.9.5",
  "repository": {
    "type": "git",
    "url": "http://github.com/rollbar/rollbar.js"
  },
  "license": "MIT",
  "main": "dist/rollbar.umd.nojson.min.js",
  "dependencies": {
    "console-polyfill": "rollbar/console-polyfill#eab6ff9d2b7597fc2f259baa18100556bdb94dbe",
    "error-stack-parser": "1.3.3",
    "extend": "3.0.0"
  },
  "devDependencies": {
    "babel-core": "^5.8.24",
    "babel-eslint": "^4.1.1",
    "babel-loader": "^5.3.2",
    "bluebird": "^3.3.5",
    "browserstack-api": "0.0.5",
    "chai": "~1.8.1",
    "chalk": "^1.1.1",
    "eslint": "^1.3.1",
    "eslint-loader": "^1.0.0",
    "express": "~3.4.7",
    "glob": "^5.0.14",
    "grunt": "~0.4.2",
    "grunt-blanket-mocha": "^0.4.1",
    "grunt-bumpup": "~0.5.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-connect": "^0.8.0",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-uglify": "~0.2.2",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-express": "~1.2.1",
    "grunt-karma": "^0.12.1",
    "grunt-karma-coveralls": "^2.5.4",
    "grunt-mocha": "^0.4.11",
    "grunt-mocha-cov": "^0.3.0",
    "grunt-parallel": "^0.5.1",
    "grunt-saucelabs": "~4.1.2",
    "grunt-tagrelease": "~0.3.0",
    "grunt-text-replace": "^0.4.0",
    "grunt-webpack": "^1.0.11",
    "jasmine-core": "^2.3.4",
    "jquery-mockjax": "^2.0.1",
    "karma": "^0.13.9",
    "karma-browserstack-launcher": "^0.1.5",
    "karma-chrome-launcher": "^0.2.0",
    "karma-expect": "^1.1.0",
    "karma-firefox-launcher": "^0.1.6",
    "karma-jquery": "^0.1.0",
    "karma-mocha": "^0.2.0",
    "karma-mocha-reporter": "^1.1.1",
    "karma-phantomjs-launcher": "^0.2.1",
    "karma-requirejs": "^0.2.2",
    "karma-safari-launcher": "^0.1.1",
    "karma-sinon": "^1.0.4",
    "karma-sourcemap-loader": "^0.3.5",
    "karma-webpack": "^1.7.0",
    "mocha": "^1.21.5",
    "mootools": "^1.5.1",
    "node-libs-browser": "^0.5.2",
    "phantomjs": "^2.1.0",
    "request": "^2.62.0",
    "requirejs": "^2.1.20",
    "script-loader": "0.6.1",
    "semver": "~2.2.1",
    "sinon": "~1.7.3",
    "stackframe": "^0.2.2",
    "strict-loader": "^0.1.2",
    "time-grunt": "^1.0.0",
    "webpack": "^1.12.1",
    "webpack-dev-server": "^1.16.3"
  },
  "scripts": {
    "build": "./node_modules/.bin/grunt",
    "test": "./node_modules/.bin/grunt test",
    "test_ci": "./node_modules/.bin/grunt test"
  },
  "cdn": {
    "host": "cdnjs.cloudflare.com"
  },
  "defaults": {
    "endpoint": "api.rollbar.com/api/1/",
    "scrubFields": [
      "pw",
      "pass",
      "passwd",
      "password",
      "secret",
      "confirm_password",
      "confirmPassword",
      "password_confirmation",
      "passwordConfirmation",
      "access_token",
      "accessToken",
      "secret_key",
      "secretKey",
      "secretToken"
    ],
    "logLevel": "debug",
    "reportLevel": "debug",
    "uncaughtErrorLevel": "error",
    "maxItems": 0,
    "itemsPerMin": 60
  },
  "plugins": {
    "jquery": {
      "version": "0.0.8"
    }
  }
}
