-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
34 lines (34 loc) · 1016 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "karma-jasmine-matchers",
"description": "A Karma plugin - Additional matchers for the Jasmine BDD JavaScript testing library.",
"version": "5.0.0",
"author": "Jamie Mason (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/karma-jasmine-matchers/issues",
"contributors": [
"Alex Ewerlöf (https://github.com/userpixel)",
"Alexander Afanasiev (https://github.com/alecxe)",
"Cornelius Schmale (https://github.com/readme42)",
"David Guijarro (https://github.com/davguij)",
"Robert Stoll (https://github.com/robstoll)"
],
"repository": {
"type": "git",
"url": "https://github.com/JamieMason/karma-jasmine-matchers.git"
},
"dependencies": {
"jasmine-expect": "5.0.0"
},
"homepage": "https://github.com/JamieMason/karma-jasmine-matchers",
"keywords": [
"BDD",
"TDD",
"jasmine",
"jasmine",
"jasmine-matchers",
"karma-adapter",
"karma-plugin",
"testing"
],
"license": "MIT",
"main": "index.js"
}