{ "name": "karma-mocha", "version": "2.0.1", "description": "A Karma plugin. Adapter for Mocha testing framework.", "main": "lib/index.js", "sharedKarmaFiles": { "editorconfig": ".editorconfig", "gitattributes": ".gitattributes" }, "scripts": { "test": "grunt test", "test:lib": "mocha test/lib" }, "repository": { "type": "git", "url": "git://github.com/karma-runner/karma-mocha.git" }, "keywords": [ "karma-plugin", "karma-adapter", "mocha" ], "author": "Vojta Jina ", "dependencies": { "minimist": "^1.2.3" }, "devDependencies": { "chai": "^3.4.1", "eslint": "^4.18.2", "eslint-config-standard": "^5.1.0", "eslint-plugin-promise": "^1.0.8", "eslint-plugin-react": "^5.2.2", "eslint-plugin-standard": "^1.3.2", "grunt": "~1.0", "grunt-auto-release": "~0.0.2", "grunt-bump": "~0.8.0", "grunt-conventional-changelog": "^6.0.1", "grunt-eslint": "^18.0.0", "grunt-karma": "2.x", "grunt-npm": "~0.0.2", "karma": "^1.0.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^1.0.0", "karma-firefox-launcher": "^1.0.0", "karma-sinon": "^1.0.3", "load-grunt-tasks": "^3.2.0", "mocha": "^3.0.0", "mock-fs": "^4.10.1", "shared-karma-files": "git://github.com/karma-runner/shared-karma-files.git#82ae8d02", "sinon": "^1.17.2", "@semantic-release/changelog": "^3.0.6", "@semantic-release/git": "^7.0.18", "semantic-release": "^15.14.0", "@commitlint/cli": "^8.3.4", "@commitlint/config-conventional": "^8.3.4", "husky": "^4.0.3" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "license": "MIT", "contributors": [ "Maksim Ryzhikov ", "Friedel Ziegelmayer ", "dignifiedquire ", "Jordan Klassen ", "Martin Hansen ", "Mark Ethan Trostler ", "Dave Geddes ", "Aliaksei Shytkin ", "Pawel Kozlowski ", "Christopher Hiller ", "Lukasz Bandzarewicz ", "Jonathan Knapp ", "Karolis Narkevicius ", "Mark Trostler ", "Peter Halliday ", "Raphael Luba ", "Sahat Yalkabov ", "Tim Macfarlane ", "Vova Bilonenko ", "dej611 ", "eiriksm ", "patrick kettner ", "Aymeric Beaumet ", "Christian Schlensker ", "Christian Schulze ", "Ciro S. Costa ", "Dan Thareja ", "Darryl Pogue ", "Darryl Pogue ", "JONATHAN PARK ", "James Morris ", "Jason Divock ", "Jeff Jagoda " ] }