UNPKG

cdc

Version:

Consumer Driven Contracts (CDC)

48 lines (47 loc) 1.04 kB
{ "name": "cdc", "version": "1.3.0", "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.25.0", "concat-stream": "^1.6.1", "nyc": "^11.6.0", "standard": "^11.0.0" }, "dependencies": { "blue-tape": "^1.0.0", "boom": "^7.2.0", "commander": "^2.15.0", "hapi": "^17.2.2", "joi": "^13.1.2", "nock": "^9.2.3", "node-fetch": "^2.1.1", "ramda": "^0.25.0" } }