-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·44 lines (44 loc) · 1009 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
42
43
44
{
"name": "suman-reporters",
"version": "0.0.1015",
"description": "Suman standard reporters",
"main": "lib/index.js",
"scripts": {
"test": "./scripts/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sumanjs/suman-reporters.git"
},
"keywords": [
"suman",
"test runner",
"sumanjs",
"reporters",
"tap-json",
"tap",
"test",
"test-protocol",
"tapjs"
],
"author": "Olegzandr VD",
"license": "MIT",
"bugs": {
"url": "https://github.com/sumanjs/suman-reporters/issues"
},
"homepage": "https://github.com/sumanjs/suman-reporters#readme",
"dependencies": {
"chalk": "^2.4.0",
"json-stdio": "latest",
"lodash.isequal": "^4.5.0",
"progress": "^2.0.0",
"suman-browser-polyfills": "latest",
"suman-events": "latest",
"suman-utils": "latest"
},
"devDependencies": {
"@types/lodash.isequal": "^4.5.2",
"@types/node": "^10.1.2",
"@types/socket.io-client": "^1.4.31"
}
}