-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 779 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 779 Bytes
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
{
"name": "bcat",
"version": "3.0.0",
"description": "A pipe to browser utility",
"main": "index.mjs",
"bin": {
"bcat": "index.mjs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kessler/node-bcat"
},
"keywords": [
"pipe",
"browser",
"cat",
"bcat"
],
"author": "Yaniv Kessler",
"license": "MIT",
"bugs": {
"url": "https://github.com/kessler/node-bcat/issues"
},
"dependencies": {
"@kessler/ansi-html-stream": "^1.0.0",
"isos": "0.0.3",
"minimist": "^1.2.5",
"open": "^10.1.0",
"rc": "^1.2.8",
"replacestream": "0.0.6",
"text-table": "~0.2.0"
},
"devDependencies": {
"eyes": "~0.1.8"
}
}