-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 845 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
{
"name": "imhotap",
"version": "2.2.0",
"description": "A runner of test files. A test framework without a framework.",
"bin": "imhotap",
"scripts": {
"test": "test/test | tap-colorize"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bengl/imhotap.git"
},
"keywords": [
"test",
"runner",
"meta",
"tap"
],
"author": "Bryan English <bryan@bryanenglish.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bengl/imhotap/issues"
},
"homepage": "https://github.com/bengl/imhotap#readme",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
"glob": "^7.1.4",
"make-tap-output": "^2.0.0",
"p-limit": "^2.2.0",
"which": "^2.0.2",
"yargs": "^13.2.4"
},
"devDependencies": {
"tap-colorize": "^1.2.0",
"pitesti": "^3.0.0"
}
}