1 | {
|
2 | "name": "karma-jasmine",
|
3 | "version": "5.1.0",
|
4 | "description": "A Karma plugin - adapter for Jasmine testing framework.",
|
5 | "main": "lib/index.js",
|
6 | "files": [
|
7 | "lib/*.js"
|
8 | ],
|
9 | "scripts": {
|
10 | "build": "grunt build",
|
11 | "lint": "eslint \"**/*.js\"",
|
12 | "lint:fix": "eslint --fix \"**/*.js\"",
|
13 | "commitlint": "commitlint",
|
14 | "test": "npm run test:unit && npm run test:e2e && npm run test:integration",
|
15 | "test:unit": "jasmine",
|
16 | "test:e2e": "karma start karma.conf.js",
|
17 | "test:integration": "bash tools/integration-tests.sh",
|
18 | "release": "semantic-release"
|
19 | },
|
20 | "repository": {
|
21 | "type": "git",
|
22 | "url": "git://github.com/karma-runner/karma-jasmine.git"
|
23 | },
|
24 | "keywords": [
|
25 | "karma-plugin",
|
26 | "karma-adapter",
|
27 | "jasmine"
|
28 | ],
|
29 | "author": "Vojta Jina <vojta.jina@gmail.com>",
|
30 | "dependencies": {
|
31 | "jasmine-core": "^4.1.0"
|
32 | },
|
33 | "devDependencies": {
|
34 | "@commitlint/cli": "^16.2.3",
|
35 | "@commitlint/config-angular": "^16.2.3",
|
36 | "@semantic-release/changelog": "^6.0.1",
|
37 | "@semantic-release/git": "^10.0.1",
|
38 | "@semantic-release/github": "^8.0.4",
|
39 | "@semantic-release/npm": "^9.0.1",
|
40 | "eslint": "^7.32.0",
|
41 | "eslint-config-standard": "^16.0.3",
|
42 | "eslint-plugin-import": "^2.26.0",
|
43 | "eslint-plugin-node": "^11.1.0",
|
44 | "eslint-plugin-promise": "^5.2.0",
|
45 | "eslint-plugin-standard": "^4.1.0",
|
46 | "grunt": "^1.5.2",
|
47 | "husky": "^4.3.8",
|
48 | "jasmine": "^4.1.0",
|
49 | "karma": "^6.3.18",
|
50 | "karma-firefox-launcher": "^2.1.2",
|
51 | "semantic-release": "^19.0.2"
|
52 | },
|
53 | "peerDependencies": {
|
54 | "karma": "^6.0.0"
|
55 | },
|
56 | "engines": {
|
57 | "node": ">=12"
|
58 | },
|
59 | "husky": {
|
60 | "hooks": {
|
61 | "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
62 | }
|
63 | },
|
64 | "license": "MIT",
|
65 | "contributors": [
|
66 | "Maksim Ryzhikov <rv.maksim@gmail.com>",
|
67 | "johnjbarton <johnjbarton@johnjbarton.com>",
|
68 | "Jonathan Ginsburg <jon@than.ml>",
|
69 | "Mark Ethan Trostler <mark@zzo.com>",
|
70 | "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
71 | "XhmikosR <xhmikosr@gmail.com>",
|
72 | "olegskl <sklyanchuk@gmail.com>",
|
73 | "semantic-release-bot <semantic-release-bot@martynus.net>",
|
74 | "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
|
75 | "dignifiedquire <dignifiedquire@gmail.com>",
|
76 | "Cornelius Schmale <github@cschmale.de>",
|
77 | "Arthur Thornton <arthur@thestorefront.com>",
|
78 | "Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
|
79 | "Patrick McGuckin <patrick@gskinner.com>",
|
80 | "Richard Park <objectiv@gmail.com>",
|
81 | "Fernando Costa <fadc80@gmail.com>",
|
82 | "Nico Jansen <jansennico@gmail.com>",
|
83 | "Aaron Hartwig <aaron.hartwig@whyhigh.com>",
|
84 | "Alesei N <github.com@bzik.net>",
|
85 | "Barry Fitzgerald <barfitzgerald@gmail.com>",
|
86 | "Dirk T <DirkToewe@GoogleMail.com>",
|
87 | "Dmitriy Tychshenko <dtychshenko@users.noreply.github.com>",
|
88 | "Flavian Hautbois <flavian@apricity.life>",
|
89 | "Georgii Dolzhykov <thorn.mailbox@gmail.com>",
|
90 | "Gregg Van Hove <gvanhove@pivotal.io>",
|
91 | "Jacob Trimble <modmaker@google.com>",
|
92 | "João Pereira <joaopapereira@gmail.com>",
|
93 | "Keen Yee Liau <kyliau@google.com>",
|
94 | "Limon Monte <limon.monte@gmail.com>",
|
95 | "Luis Aleman <Lalem001@users.noreply.github.com>",
|
96 | "Marek Vavrecan <vavrecan@gmail.com>",
|
97 | "Matthew Hill <Matthew.Hill4@bskyb.com>",
|
98 | "Milan Lempera <milanlempera@gmail.com>",
|
99 | "Niels Dequeker <niels.dequeker@gmail.com>",
|
100 | "Robin Gloster <robin@loc-com.de>",
|
101 | "Sahat Yalkabov <sakhat@gmail.com>",
|
102 | "Sampo Kivistö <sampo.kivisto@visma.com>",
|
103 | "Schaaf, Martin <703355+mschaaf@users.noreply.github.com>",
|
104 | "Sergey Tatarintsev <sevinf@yandex-team.ru>",
|
105 | "Sid Vishnoi <sidvishnoi8@gmail.com>",
|
106 | "Stefan Dragnev <dragnev@telerik.com>",
|
107 | "Tobias Speicher <rootcommander@gmail.com>",
|
108 | "Todd Wolfson <todd@twolfson.com>",
|
109 | "Vladimir Belov <Vladimir.Belov@hotmail.com>",
|
110 | "Yusuke Iinuma <yinm@users.noreply.github.com>",
|
111 | "jiverson <jiverson222@gmail.com>",
|
112 | "rpark <objectiv@gmail.com>",
|
113 | "strille <strille@users.noreply.github.com>"
|
114 | ]
|
115 | }
|