103 lines
3.3 KiB
JSON
103 lines
3.3 KiB
JSON
{
|
|
"name": "karma-jasmine",
|
|
"version": "4.0.1",
|
|
"description": "A Karma plugin - adapter for Jasmine testing framework.",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib/*.js"
|
|
],
|
|
"scripts": {
|
|
"test": "jasmine && grunt"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/karma-runner/karma-jasmine.git"
|
|
},
|
|
"keywords": [
|
|
"karma-plugin",
|
|
"karma-adapter",
|
|
"jasmine"
|
|
],
|
|
"author": "Vojta Jina <vojta.jina@gmail.com>",
|
|
"dependencies": {
|
|
"jasmine-core": "^3.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^9.1.1",
|
|
"@commitlint/config-conventional": "^9.1.1",
|
|
"conventional-changelog": "^3.1.21",
|
|
"conventional-changelog-core": "^4.1.7",
|
|
"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.2.1",
|
|
"grunt-bump": "^0.8.0",
|
|
"grunt-conventional-changelog": "^6.1.0",
|
|
"grunt-conventional-github-releaser": "^1.0.0",
|
|
"grunt-eslint": "^23.0.0",
|
|
"grunt-karma": "^4.0.0",
|
|
"grunt-npm": "0.0.2",
|
|
"husky": "^4.2.5",
|
|
"jasmine": "^3.6.1",
|
|
"karma": "^4.4.1",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-firefox-launcher": "^1.3.0",
|
|
"load-grunt-tasks": "^5.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"karma": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"contributors": [
|
|
"Maksim Ryzhikov <rv.maksim@gmail.com>",
|
|
"johnjbarton <johnjbarton@johnjbarton.com>",
|
|
"Mark Ethan Trostler <mark@zzo.com>",
|
|
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
|
"olegskl <sklyanchuk@gmail.com>",
|
|
"dignifiedquire <dignifiedquire@gmail.com>",
|
|
"Cornelius Schmale <github@cschmale.de>",
|
|
"Arthur Thornton <arthur@thestorefront.com>",
|
|
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
|
|
"Patrick McGuckin <patrick@gskinner.com>",
|
|
"Richard Park <objectiv@gmail.com>",
|
|
"XhmikosR <xhmikosr@gmail.com>",
|
|
"Fernando Costa <fadc80@gmail.com>",
|
|
"Nico Jansen <jansennico@gmail.com>",
|
|
"Niels Dequeker <niels.dequeker@gmail.com>",
|
|
"Robin Gloster <robin@loc-com.de>",
|
|
"Sahat Yalkabov <sakhat@gmail.com>",
|
|
"Schaaf, Martin <703355+mschaaf@users.noreply.github.com>",
|
|
"Sergey Tatarintsev <sevinf@yandex-team.ru>",
|
|
"Stefan Dragnev <dragnev@telerik.com>",
|
|
"Vladimir Belov <Vladimir.Belov@hotmail.com>",
|
|
"Yusuke Iinuma <yinm@users.noreply.github.com>",
|
|
"jiverson <jiverson222@gmail.com>",
|
|
"rpark <objectiv@gmail.com>",
|
|
"Aaron Hartwig <aaron.hartwig@whyhigh.com>",
|
|
"strille <strille@users.noreply.github.com>",
|
|
"Alesei N <github.com@bzik.net>",
|
|
"Barry Fitzgerald <barfitzgerald@gmail.com>",
|
|
"Dirk T <DirkToewe@GoogleMail.com>",
|
|
"Dmitriy Tychshenko <dtychshenko@users.noreply.github.com>",
|
|
"Georgii Dolzhykov <thorn.mailbox@gmail.com>",
|
|
"Gregg Van Hove <gvanhove@pivotal.io>",
|
|
"Jacob Trimble <modmaker@google.com>",
|
|
"João Pereira <joaopapereira@gmail.com>",
|
|
"Keen Yee Liau <kyliau@google.com>",
|
|
"Luis Aleman <Lalem001@users.noreply.github.com>",
|
|
"Marek Vavrecan <vavrecan@gmail.com>",
|
|
"Matthew Hill <Matthew.Hill4@bskyb.com>",
|
|
"Milan Lempera <milanlempera@gmail.com>"
|
|
]
|
|
}
|