-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·87 lines (87 loc) · 2.13 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "suman-temp",
"version": "1.1.512212",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/suman test/testsrc/es5-es6/a.js",
"postinstall": "./scripts/suman-postinstall.sh",
"merge": "git merge -Xignore-all-space"
},
"author": "Olegzandr Denman",
"license": "ISC",
"dependencies": {
"ansi-256-colors": "^1.1.0",
"ansi-styles": "^2.1.0",
"ascii-table": "0.0.8",
"async": "^1.5.0",
"builtin-modules": "^1.1.1",
"callsite": "^1.0.0",
"chmodr": "^1.0.2",
"colors": "^1.1.2",
"dashdash": "^1.14.0",
"debug": "^2.3.3",
"du": "^0.1.0",
"function-arguments": "^1.0.4",
"lockfile": "^1.0.3",
"lodash": "^4.6.1",
"make-beep": "0.0.1",
"mkdirp": "^0.5.1",
"pragmatik": "latest",
"progress": "^1.1.8",
"request": "^2.79.0",
"require-from-string": "^1.1.0",
"residence": "latest",
"rimraf": "^2.5.4",
"semver": "^5.3.0",
"siamese": "latest",
"socket.io-client": "^1.4.3",
"suman-debug": "latest",
"suman-events": "latest",
"suman-example-reporter": "latest",
"suman-utils": "latest",
"tcp-ping": "^0.1.1",
"underscore": "^1.8.3",
"v8flags": "^2.0.10"
},
"directories": {
"test": "test"
},
"devDependencies": {
"bluebird": "^3.4.7",
"moment": "^2.17.1",
"rxjs": "^5.0.3",
"should": "^11.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ORESoftware/suman.git"
},
"keywords": [
"nodejs",
"node.js",
"test",
"framework",
"unit",
"testing",
"test",
"tdd",
"bdd",
"ava",
"mocha",
"tape",
"tap"
],
"bugs": {
"url": "https://github.com/ORESoftware/suman/issues"
},
"bin": {
"suman": "cli/cli.sh",
"suman-debug": "cli/cli-debug.sh",
"suman--debug": "cli/cli--debug.sh",
"suman-babel": "cli/cli-babel.sh",
"suman-inspect": "cli/cli-inspect.sh",
"suman-troubleshoot": "cli/cli-troubleshoot.js"
},
"homepage": "https://github.com/ORESoftware/suman#readme",
"description": "Suman is a next-generation Node.js test runner designed to supercede Mocha and rival AVA"
}