JamieMason/Jasmine-Matchers

View on GitHub
examples/protractor/package.json

Summary

Maintainability
Test Coverage
{
  "devDependencies": {
    "jasmine-expect": "file:../..",
    "protractor": "7.0.0"
  },
  "private": true,
  "scripts": {
    "postinstall": "webdriver-manager update",
    "start": "webdriver-manager start",
    "test": "protractor conf.js"
  }
}