{ "name": "karma-jasmine", "version": "4.0.2", "description": "A Karma plugin - adapter for Jasmine testing framework.", "main": "lib/index.js", "files": [ "lib/*.js" ], "scripts": { "build": "grunt build", "lint": "eslint \"**/*.js\"", "lint:fix": "eslint --fix \"**/*.js\"", "commitlint": "commitlint", "test": "npm run test:unit && npm run test:e2e && npm run test:integration", "test:unit": "jasmine", "test:e2e": "karma start karma.conf.js", "test:integration": "bash tools/integration-tests.sh", "release": "semantic-release" }, "repository": { "type": "git", "url": "git://github.com/karma-runner/karma-jasmine.git" }, "keywords": [ "karma-plugin", "karma-adapter", "jasmine" ], "author": "Vojta Jina ", "dependencies": { "jasmine-core": "^3.6.0" }, "devDependencies": { "@commitlint/cli": "^12.1.4", "@commitlint/config-angular": "^12.1.4", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.1", "@semantic-release/github": "^7.2.3", "@semantic-release/npm": "^7.1.3", "eslint": "^8.11.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "grunt": "^1.4.1", "husky": "^4.2.5", "jasmine": "^3.6.1", "karma": "^4.4.1", "karma-firefox-launcher": "^1.3.0", "semantic-release": "^17.4.7" }, "peerDependencies": { "karma": "*" }, "engines": { "node": ">= 10" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "license": "MIT", "contributors": [ "Maksim Ryzhikov ", "johnjbarton ", "Jonathan Ginsburg ", "Mark Ethan Trostler ", "Friedel Ziegelmayer ", "olegskl ", "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", "dignifiedquire ", "semantic-release-bot ", "Cornelius Schmale ", "XhmikosR ", "Arthur Thornton ", "Friedel Ziegelmayer ", "Patrick McGuckin ", "Richard Park ", "Fernando Costa ", "Aaron Hartwig ", "Alesei N ", "Barry Fitzgerald ", "Dirk T ", "Dmitriy Tychshenko ", "Georgii Dolzhykov ", "Gregg Van Hove ", "Jacob Trimble ", "João Pereira ", "Keen Yee Liau ", "Limon Monte ", "Luis Aleman ", "Marek Vavrecan ", "Matthew Hill ", "Milan Lempera ", "Nico Jansen ", "Niels Dequeker ", "Robin Gloster ", "Sahat Yalkabov ", "Schaaf, Martin <703355+mschaaf@users.noreply.github.com>", "Sergey Tatarintsev ", "Sid Vishnoi ", "Stefan Dragnev ", "Todd Wolfson ", "Vladimir Belov ", "Yusuke Iinuma ", "jiverson ", "rpark ", "strille " ] }