forked from browserstack/browserstack-local-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
{
"name": "browserstack-local",
"version": "1.4.5",
"description": "Nodejs bindings for BrowserStack Local",
"engine": "^0.10.44",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"pretest": "./node_modules/.bin/eslint lib/* index.js",
"test": "./node_modules/.bin/mocha"
},
"keywords": [
"BrowserStack",
"Local",
"selenium",
"testing"
],
"author": "BrowserStack",
"license": "MIT",
"dependencies": {
"https-proxy-agent": "^4.0.0",
"is-running": "^2.1.0",
"ps-tree": "=1.2.0",
"temp-fs": "^0.9.9"
},
"devDependencies": {
"eslint": "6.8.0",
"expect.js": "0.3.1",
"mocha": "7.0.0",
"mocks": "0.0.15",
"proxy": "^1.0.1",
"rimraf": "^3.0.0",
"sinon": "^1.17.6"
},
"bugs": "https://github.com/browserstack/browserstack-local-nodejs/issues",
"homepage": "https://github.com/browserstack/browserstack-local-nodejs",
"repository": {
"type": "git",
"url": "https://github.com/browserstack/browserstack-local-nodejs.git"
}
}