-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.01 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
{
"name": "subtap",
"version": "0.7.3",
"description": "a test runner for tap that selectively runs subtests",
"main": "index.js",
"bin": "./bin/subtap.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tap",
"test",
"runner",
"harness",
"subtest",
"assert"
],
"author": {
"name": "Joe Lapp",
"email": "[email protected]",
"url": "http://josephtlapp.com"
},
"repository": {
"type": "git",
"url": "git://github.com/jtlapp/subtap.git"
},
"homepage": "https://github.com/jtlapp/subtap",
"license": "MIT",
"dependencies": {
"color-support": "^1.1.1",
"diff": "^3.0.0",
"glob": "^7.0.5",
"js-yaml": "^3.6.1",
"lodash": "^4.14.2",
"memory-streams": "^0.1.0",
"minimist": "^1.2.0",
"node-cleanup": "^2.1.1",
"option-help": "^0.5.2",
"prompt": "^1.0.0",
"resolve": "^1.1.7",
"tap-parser": "^1.2.2",
"xregexp": "^3.1.1"
},
"devDependencies": {
"tap": "^7.0.0"
}
}