-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.14 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
{
"name": "the-last-browser-launcher",
"version": "0.1.1",
"description": "Detect, launch and stop browsers",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "standard && depcheck && tape test/*.js"
},
"files": [
"lib",
"index.js"
],
"dependencies": {
"@httptoolkit/osx-find-executable": "^1.1.0",
"debug": "^4.2.0",
"headless-support": "^1.0.0",
"simple-plist": "^1.1.1",
"tempy": "^1.0.0",
"which": "^2.0.2",
"win-detect-browsers": "^7.0.0"
},
"devDependencies": {
"depcheck": "^1.2.0",
"standard": "^16.0.4",
"tape": "^5.0.1"
},
"repository": {
"type": "git",
"url": "git://github.com/airtap/the-last-browser-launcher.git"
},
"homepage": "https://github.com/airtap/the-last-browser-launcher",
"keywords": [
"browser",
"headless",
"chrome",
"firefox",
"chromium",
"safari",
"ie",
"opera",
"osx",
"windows"
],
"author": "James Halliday <[email protected]> (http://substack.net)",
"contributors": [
"CKSource (http://cksource.com/)",
"benderjs",
"mitchhentges"
],
"engines": {
"node": ">=10.2"
}
}