UNPKG

dredd

Version:

HTTP API Testing Framework

92 lines (91 loc) 2.59 kB
{ "name": "dredd", "version": "8.0.2", "description": "HTTP API Testing Framework", "main": "lib/Dredd.js", "bin": { "dredd": "bin/dredd" }, "engines": { "node": "^6.9 || >=8" }, "scripts": { "docs:lint": "sphinx-build -nW -b linkcheck ./docs ./docs/_build", "docs:test-extensions": "python -m unittest docs/_extensions/*.py --verbose", "docs:build": "sphinx-build -nW -b html ./docs ./docs/_build", "docs:serve": "sphinx-autobuild ./docs ./docs/_build", "lint": "./scripts/commitlint.sh && eslint . bin/dredd", "test": "mocha \"./test/**/*-test.js\"", "test:coverage": "bash ./scripts/coverage.sh", "test:debug": "mocha --debug-brk \"./test/**/*-test.js\"", "coveralls": "./scripts/coveralls.sh", "ci:lint": "npm run lint && npm run docs:lint && npm run docs:test-extensions", "ci:docs": "npm run docs:build", "ci:test": "npm run test:coverage && npm run coveralls", "ci:test:smoke": "bash ./scripts/smoke.sh", "ci:release": "semantic-release && npm dist-tag add \"dredd@$(npm view dredd version)\" stable" }, "repository": { "type": "git", "url": "https://github.com/apiaryio/dredd" }, "files": [ "bin", "lib", "README.md" ], "dependencies": { "async": "2.6.2", "caseless": "0.12.0", "chai": "4.2.0", "clone": "2.1.2", "cross-spawn": "6.0.5", "dredd-transactions": "6.5.2", "gavel": "2.2.1", "glob": "7.1.3", "html": "1.0.0", "htmlencode": "0.0.4", "inquirer": "6.2.2", "js-yaml": "3.12.1", "make-dir": "2.0.0", "markdown-it": "8.4.2", "optimist": "0.6.1", "proxyquire": "2.1.0", "request": "2.88.0", "spawn-args": "0.2.0", "untildify": "3.0.3", "uuid": "3.3.2", "which": "1.3.1", "winston": "2.4.0" }, "devDependencies": { "@commitlint/cli": "7.5.2", "@commitlint/config-conventional": "7.3.1", "@commitlint/travis-cli": "7.5.2", "body-parser": "1.18.3", "coffeescript": "2.3.2", "coveralls": "3.0.2", "eslint": "5.14.1", "eslint-config-airbnb-base": "13.1.0", "eslint-plugin-import": "2.16.0", "express": "4.16.4", "istanbul": "0.4.5", "lcov-result-merger": "3.1.0", "mocha": "6.0.0", "mocha-lcov-reporter": "1.3.0", "nock": "10.0.6", "ps-node": "0.1.6", "semantic-release": "15.13.3", "sinon": "7.2.4" }, "keywords": [ "api", "test", "testing", "documenation", "integration", "acceptance" ], "author": "Apiary Czech Republic, s.r.o. <support@apiary.io>", "license": "MIT" }