{
  "name": "protractor-browser-logs",
  "version": "1.0.456",
  "description": "Provides tools for asserting browser logs inside protractor tests",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "yoshi test --mocha",
    "build": "npm run lint && yoshi build",
    "lint": "yoshi lint",
    "release": "yoshi release",
    "start": "yoshi start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wix/protractor-browser-logs.git"
  },
  "author": {
    "name": "Mantas Miliukas"
  },
  "maintainers": [
    {
      "name": "Mantas Miliukas",
      "email": "mantasm@wix.com"
    }
  ],
  "engines": {
    "node": ">=0.8.0"
  },
  "license": "",
  "bugs": {
    "url": "https://github.com/wix/protractor-browser-logs/issues"
  },
  "homepage": "https://github.com/wix/protractor-browser-logs#readme",
  "devDependencies": {
    "babel-preset-es2015": "^6.6.0",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.3.0",
    "yoshi": "latest"
  },
  "dependencies": {},
  "keywords": [
    "angular",
    "test",
    "testing",
    "webdriver",
    "webdriverjs",
    "selenium",
    "protractor",
    "protractor-plugin",
    "browser",
    "logs",
    "console"
  ],
  "private": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
