1 | {
|
---|
2 | "name": "karma-jasmine",
|
---|
3 | "version": "4.0.1",
|
---|
4 | "description": "A Karma plugin - adapter for Jasmine testing framework.",
|
---|
5 | "main": "lib/index.js",
|
---|
6 | "files": [
|
---|
7 | "lib/*.js"
|
---|
8 | ],
|
---|
9 | "scripts": {
|
---|
10 | "test": "jasmine && grunt"
|
---|
11 | },
|
---|
12 | "repository": {
|
---|
13 | "type": "git",
|
---|
14 | "url": "git://github.com/karma-runner/karma-jasmine.git"
|
---|
15 | },
|
---|
16 | "keywords": [
|
---|
17 | "karma-plugin",
|
---|
18 | "karma-adapter",
|
---|
19 | "jasmine"
|
---|
20 | ],
|
---|
21 | "author": "Vojta Jina <vojta.jina@gmail.com>",
|
---|
22 | "dependencies": {
|
---|
23 | "jasmine-core": "^3.6.0"
|
---|
24 | },
|
---|
25 | "devDependencies": {
|
---|
26 | "@commitlint/cli": "^9.1.1",
|
---|
27 | "@commitlint/config-conventional": "^9.1.1",
|
---|
28 | "conventional-changelog": "^3.1.21",
|
---|
29 | "conventional-changelog-core": "^4.1.7",
|
---|
30 | "eslint-config-standard": "^14.1.1",
|
---|
31 | "eslint-plugin-import": "^2.22.0",
|
---|
32 | "eslint-plugin-node": "^11.1.0",
|
---|
33 | "eslint-plugin-promise": "^4.2.1",
|
---|
34 | "eslint-plugin-standard": "^4.0.1",
|
---|
35 | "grunt": "^1.2.1",
|
---|
36 | "grunt-bump": "^0.8.0",
|
---|
37 | "grunt-conventional-changelog": "^6.1.0",
|
---|
38 | "grunt-conventional-github-releaser": "^1.0.0",
|
---|
39 | "grunt-eslint": "^23.0.0",
|
---|
40 | "grunt-karma": "^4.0.0",
|
---|
41 | "grunt-npm": "0.0.2",
|
---|
42 | "husky": "^4.2.5",
|
---|
43 | "jasmine": "^3.6.1",
|
---|
44 | "karma": "^4.4.1",
|
---|
45 | "karma-chrome-launcher": "^3.1.0",
|
---|
46 | "karma-firefox-launcher": "^1.3.0",
|
---|
47 | "load-grunt-tasks": "^5.1.0"
|
---|
48 | },
|
---|
49 | "peerDependencies": {
|
---|
50 | "karma": "*"
|
---|
51 | },
|
---|
52 | "engines": {
|
---|
53 | "node": ">= 10"
|
---|
54 | },
|
---|
55 | "husky": {
|
---|
56 | "hooks": {
|
---|
57 | "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
---|
58 | }
|
---|
59 | },
|
---|
60 | "license": "MIT",
|
---|
61 | "contributors": [
|
---|
62 | "Maksim Ryzhikov <rv.maksim@gmail.com>",
|
---|
63 | "johnjbarton <johnjbarton@johnjbarton.com>",
|
---|
64 | "Mark Ethan Trostler <mark@zzo.com>",
|
---|
65 | "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
---|
66 | "olegskl <sklyanchuk@gmail.com>",
|
---|
67 | "dignifiedquire <dignifiedquire@gmail.com>",
|
---|
68 | "Cornelius Schmale <github@cschmale.de>",
|
---|
69 | "Arthur Thornton <arthur@thestorefront.com>",
|
---|
70 | "Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
|
---|
71 | "Patrick McGuckin <patrick@gskinner.com>",
|
---|
72 | "Richard Park <objectiv@gmail.com>",
|
---|
73 | "XhmikosR <xhmikosr@gmail.com>",
|
---|
74 | "Fernando Costa <fadc80@gmail.com>",
|
---|
75 | "Nico Jansen <jansennico@gmail.com>",
|
---|
76 | "Niels Dequeker <niels.dequeker@gmail.com>",
|
---|
77 | "Robin Gloster <robin@loc-com.de>",
|
---|
78 | "Sahat Yalkabov <sakhat@gmail.com>",
|
---|
79 | "Schaaf, Martin <703355+mschaaf@users.noreply.github.com>",
|
---|
80 | "Sergey Tatarintsev <sevinf@yandex-team.ru>",
|
---|
81 | "Stefan Dragnev <dragnev@telerik.com>",
|
---|
82 | "Vladimir Belov <Vladimir.Belov@hotmail.com>",
|
---|
83 | "Yusuke Iinuma <yinm@users.noreply.github.com>",
|
---|
84 | "jiverson <jiverson222@gmail.com>",
|
---|
85 | "rpark <objectiv@gmail.com>",
|
---|
86 | "Aaron Hartwig <aaron.hartwig@whyhigh.com>",
|
---|
87 | "strille <strille@users.noreply.github.com>",
|
---|
88 | "Alesei N <github.com@bzik.net>",
|
---|
89 | "Barry Fitzgerald <barfitzgerald@gmail.com>",
|
---|
90 | "Dirk T <DirkToewe@GoogleMail.com>",
|
---|
91 | "Dmitriy Tychshenko <dtychshenko@users.noreply.github.com>",
|
---|
92 | "Georgii Dolzhykov <thorn.mailbox@gmail.com>",
|
---|
93 | "Gregg Van Hove <gvanhove@pivotal.io>",
|
---|
94 | "Jacob Trimble <modmaker@google.com>",
|
---|
95 | "João Pereira <joaopapereira@gmail.com>",
|
---|
96 | "Keen Yee Liau <kyliau@google.com>",
|
---|
97 | "Luis Aleman <Lalem001@users.noreply.github.com>",
|
---|
98 | "Marek Vavrecan <vavrecan@gmail.com>",
|
---|
99 | "Matthew Hill <Matthew.Hill4@bskyb.com>",
|
---|
100 | "Milan Lempera <milanlempera@gmail.com>"
|
---|
101 | ]
|
---|
102 | }
|
---|