{
  "name": "@pact-foundation/pact-standalone",
  "version": "3.7.0",
  "description": "Pact mock service and verifier wrapper package. Installing this will install an executable appropriate for your platform.",
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "ia32"
  ],
  "main": "./src/pact-standalone.js",
  "engine": {
    "node": ">=4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pact-foundation/pact-standalone-npm"
  },
  "keywords": [
    "pact",
    "mock",
    "service",
    "verifier"
  ],
  "author": "Michel Boudreau <michelboudreau@gmail.com> (codinghitchhiker.com)",
  "contributors": [
    "Matt Fellows <m@onegeek.com.au> (http://www.onegeek.com.au)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pact-foundation/pact-standalone-npm/issues"
  },
  "homepage": "https://github.com/pact-foundation/pact-standalone-npm",
  "dependencies": {
    "bunyan": "^1.8.0",
    "bunyan-prettystream": "^0.1.3"
  },
  "devDependencies": {
    "chai": "^3.2.0",
    "mocha": "^2.2.5",
    "nodemon": "^1.4.1",
    "sinon": "^1.15.4",
    "standard-version": "^4.2.0"
  },
  "optionalDependencies": {},
  "scripts": {
    "build": "./scripts/build.sh",
    "clean": "./scripts/clean.sh",
    "test": "./node_modules/.bin/mocha -R spec src/**/*.spec.js",
    "watch": "./node_modules/.bin/nodemon -e js -x npm test",
    "prepublish": "npm test",
    "create_npmrc": "./scripts/create_npmrc_file.sh",
    "prerelease": "npm i && npm t && rm package-lock.json",
    "release": "standard-version"
  }
}
