cdc
Version:
Consumer Driven Contracts (CDC)
48 lines (47 loc) • 1.04 kB
JSON
{
"name": "cdc",
"version": "1.2.1",
"description": "Consumer Driven Contracts (CDC)",
"main": "index.js",
"bin": {
"cdc": "./index.js"
},
"scripts": {
"dev": "npm run test:watch",
"test:watch": "npm test -- -w",
"test": "nyc ava ./*.spec.js",
"posttest": "npm run lint",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/uldissturms/cdc.git"
},
"keywords": [
"consumer",
"driven",
"contracts"
],
"author": "Uldis Sturms <uldis.sturms@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/uldissturms/cdc/issues"
},
"homepage": "https://uldissturms.github.io",
"devDependencies": {
"ava": "^0.22.0",
"concat-stream": "^1.5.2",
"nyc": "^11.0.3",
"standard": "^10.0.0"
},
"dependencies": {
"blue-tape": "^1.0.0",
"boom": "^6.0.0",
"commander": "^2.9.0",
"hapi": "^16.0.1",
"joi": "^12.0.0",
"nock": "^9.0.2",
"node-fetch": "^1.6.3",
"ramda": "^0.23.0"
}
}