node-consumer-pact-validation
Version:
A consumer pact generator written for pure nodeJS
33 lines (32 loc) • 760 B
JSON
{
"name": "node-consumer-pact-validation",
"version": "1.1.0",
"description": "A consumer pact generator written for pure nodeJS",
"main": "verifier.js",
"scripts": {
"test": "mocha $(find test | grep '.js$')",
"watch": "nodemon --exec \"npm test\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/SEEK-Jobs/nodejs-consumer-pact-verifier.git"
},
"keywords": [
"Pact",
"Node"
],
"author": "David Porter",
"license": "ISC",
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4"
},
"dependencies": {
"assertion-error": "^1.0.1",
"deep-diff": "^0.3.3",
"jsonpath-plus": "^0.14.0",
"lodash": "^3.10.1",
"query-string": "^3.0.0",
"type-detect": "^1.0.0"
}
}