-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 926 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
35
36
37
38
39
40
41
{
"name": "karma-referee",
"description": "A Karma plugin for the Referee assertions library",
"version": "0.4.2",
"keywords": [
"karma",
"karma-plugins",
"buster",
"sinon",
"referee"
],
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:leftieFriele/karma-referee.git"
},
"licence": "MIT",
"homepage": "https://github.com/leftieFriele/karma-referee",
"author": {
"name": "Espen Dalløkken",
"email": "[email protected]"
},
"main": "lib/index.js",
"dependencies": {
"resolve": "^1.0.0",
"formatio": "^1.1.1"
},
"peerDependencies": {
"referee": ">= 1.1.0 < 2",
"referee-sinon": ">= 1.0.0 < 2",
"sinon": ">= 1.6.0 < 2"
},
"devDependencies": {
"mocha": "^2.0.*",
"referee": ">= 0.11.1 < 2",
"referee-sinon": ">= 1.0.0 < 2",
"sinon": ">= 1.6.0 < 2"
}
}