-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.03 KB
/
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-jsmockito-jshamcrest",
"description":"JsMockito and JsHamcrest plugin for Karma as alternative mocking, matching & assertion frameworks",
"keywords": [
"karma",
"karma-plugin",
"jsmockito",
"jshamcrest",
"tdd",
"mocha",
"assert",
"mock"
],
"version": "0.0.6",
"author":"Stephen Hand <[email protected]>",
"main":"./src/index.js",
"homepage": "https://github.com/stephenhand/karma-jsmockito-jshamcrest",
"repository": {
"type": "git",
"url": "https://github.com/stephenhand/karma-jsmockito-jshamcrest.git"
},
"bugs": {
"url": "https://github.com/stephenhand/karma-jsmockito-jshamcrest/issues"
},
"dependencies":{
"jsmockito":">=1.0.5",
"jshamcrest":">=0.7.0"
},
"devDependencies": {
"grunt": "~0.4",
"karma": "~0.12.0",
"karma-mocha": "~0.1",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"grunt-karma": "~0.8.0",
"karma-jsmockito-jshamcrest":"stephenhand/karma-jsmockito-jshamcrest"
},
"peerDependencies":{
"karma":">=0.10"
}
}