{
  "name": "pactjs-verify",
  "version": "1.0.25",
  "description": "Pact verifier for Javascript",
  "dependencies": {
    "async": "^1.5.2",
    "chai": "^1.9.1",
    "colors": "~0.6.2",
    "congruence": "^1.6.11",
    "debug": "~1.0.4",
    "deep-diff": "^0.3.2",
    "express": "4.x",
    "q": "~1.0.1",
    "request": "~2.40.0",
    "valid-url": "^1.0.9",
    "supertest": "~1.2.0"
  },
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-plugin-transform-es2015-arrow-functions": "^6.7.7",
    "babel-preset-es2015-node4": "^2.0.2",
    "debug": "^1.0.4",
    "eslint": "^1.10.3",
    "eslint-plugin-babel": "^3.0.0",
    "grunt": "~0.4.5",
    "grunt-babel": "^6.0.0",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-nodeunit": "~0.4.1",
    "grunt-contrib-uglify": "~0.5.1",
    "grunt-env": "~0.4.1",
    "grunt-istanbul": "~0.3.0",
    "grunt-istanbul-coverage": "0.0.5",
    "grunt-mocha-test": "~0.11.0",
    "grunt-nodemon": "~0.3.0",
    "load-grunt-tasks": "^3.4.0",
    "mocha": "~1.21.4",
    "mocha-teamcity-cov-reporter": "0.0.1",
    "sinon": "^1.10.3",
    "sinon-chai": "^2.5.0"
  },
  "files": [
    "lib/"
  ],
  "main": "lib/pact",
  "scripts": {
    "babel": "babel  --out-dir lib src",
    "prepublish": "babel --out-dir lib src"
  },
  "keywords": [
    "node",
    "pact",
    "javascript"
  ]
}
