-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 891 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
{
"name": "karma-simpler-reporter",
"version": "0.0.10",
"description": "A Karma plugin. Reports karma results in a simple format.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "mocha -w"
},
"repository": {
"type": "git",
"url": "git://github.com/rdkleine/karma-simpler-reporter.git"
},
"keywords": [
"karma-plugin",
"karma-reporter"
],
"author": "Ralf de Kleine <[email protected]>",
"dependencies": {},
"peerDependencies": {},
"license": "MIT",
"devDependencies": {
"browserify": "^14.1.0",
"mocha": "^3.2.0",
"sinon": "^2.1.0",
"watchify": "^3.9.0"
},
"contributors": [],
"bugs": {
"url": "https://github.com/rdkleine/karma-simpler-reporter/issues"
},
"homepage": "https://github.com/rdkleine/karma-simpler-reporter#readme",
"directories": {
"test": "test"
}
}