-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
46 lines (46 loc) · 924 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
45
46
{
"name": "tape-run",
"description": "Headless tape test runner",
"version": "11.0.0",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/tape-run.git"
},
"homepage": "https://github.com/juliangruber/tape-run",
"main": "index.js",
"scripts": {
"test": "make test"
},
"bin": {
"tape-run": "./bin/run.js"
},
"dependencies": {
"@juliangruber/tap-finished": "0.0.2",
"browser-run": "^12.0.0",
"through": "^2.3.8",
"throughout": "0.0.0",
"yargs": "^17.4.1"
},
"devDependencies": {
"browserify": "^14.0.0",
"coverify": "^1.4.1",
"tape": "^4.6.0"
},
"keywords": [
"tape",
"test",
"tap",
"runner",
"phantomjs",
"headless"
],
"author": {
"name": "Julian Gruber",
"email": "mail@juliangruber.com",
"url": "http://juliangruber.com"
},
"license": "MIT",
"engines": {
"node": ">=14"
}
}