{
  "name": "chai-smoothie",
  "version": "0.3.2",
  "description": "Chai assertions for Serenity/JS and Protractor",
  "main": "lib/chai-smoothie.js",
  "typings": "lib/chai-smoothie.d.ts",
  "scripts": {
    "commit": "git-cz",
    "clean": "gulp clean",
    "setup": "typings install",
    "transpile": "gulp transpile",
    "pretest": "npm run webdriver:update",
    "e2e": "istanbul cover --dir staging/reports/coverage --root staging/transpiled/src --report json --include-pid --include-all-sources protractor -- protractor.conf.js",
    "test": "npm run e2e",
    "posttest": "gulp aggregate && istanbul report --root staging/reports/coverage --include **/coverage-final-remapped.json --dir staging/reports/coverage lcov",
    "package": "gulp package",
    "verify": "npm run clean && npm run transpile && npm run test && npm run package --silent",
    "prepublish": "npm run setup",
    "report-coverage": "cat ./staging/reports/coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js",
    "webdriver:update": "webdriver-manager update --standalone",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jan-molak/chai-smoothie.git"
  },
  "keywords": [
    "serenity",
    "serenity-js",
    "protractor",
    "chai",
    "assertions",
    "async",
    "chai-plugin",
    "webdriver",
    "webdriverjs",
    "test",
    "testing"
  ],
  "author": "Jan Molak <jan.molak@smartcodeltd.co.uk>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/jan-molak/chai-smoothie/issues"
  },
  "homepage": "https://github.com/jan-molak/chai-smoothie#readme",
  "peerDependencies": {
    "chai": ">= 3.0.0 < 4",
    "protractor": ">= 4.0.9 < 6"
  },
  "devDependencies": {
    "chai": "^3.0.0",
    "chai-as-promised": "5.3.0",
    "commitizen": "2.8.6",
    "coveralls": "2.11.14",
    "cz-conventional-changelog": "1.2.0",
    "gulp": "3.9.1",
    "gulp-clean": "0.3.2",
    "gulp-concat": "2.6.0",
    "gulp-istanbul": "1.1.1",
    "gulp-mocha": "3.0.1",
    "gulp-sourcemaps": "1.6.0",
    "gulp-tslint": "6.1.1",
    "gulp-typescript": "2.13.6",
    "istanbul": "0.4.5",
    "merge2": "1.0.2",
    "mocha": "3.0.2",
    "phantomjs-prebuilt": "2.1.12",
    "protractor": "5.0.0",
    "remap-istanbul": "0.6.4",
    "run-sequence": "1.2.2",
    "semantic-release": "^4.3.5",
    "ts-helper": "0.0.1",
    "ts-node": "1.3.0",
    "tslint": "3.15.1",
    "typescript": "2.0.2",
    "typings": "1.3.3"
  },
  "engines": {
    "node": ">= 6.9.0",
    "npm": ">= 2"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  }
}