forked from browserstack/browserstack-local-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 989 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
{
"name": "browserstack-local",
"version": "1.3.6",
"description": "Nodejs bindings for BrowserStack Local",
"engine": "^0.10.44",
"main": "index.js",
"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": "^2.2.1",
"is-running": "^2.0.0",
"sinon": "^1.17.6",
"temp-fs": "^0.9.9"
},
"devDependencies": {
"eslint": "1.10.3",
"expect.js": "0.3.1",
"mocha": "2.4.5",
"mocks": "0.0.15",
"proxy": "^0.2.4",
"rimraf": "^2.5.4"
},
"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"
}
}