-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 944 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
{
"name": "browserstack-status-update-sample",
"version": "1.0.0",
"description": "This repo is just to reproduce an issue that I'm having with updating a session-status on browserstack.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"browserstack-local": "1.4.5",
"chromedriver": "80.0.1",
"nanoid": "2.1.11",
"nightwatch": "1.3.4",
"node-fetch": "2.6.0"
},
"scripts": {
"test": "node test/runner-browserstack.local.js -c test/config/nightwatch-browserstack.conf.js -e chrome"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codekie/browserstack-status-update-sample.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codekie/browserstack-status-update-sample/issues"
},
"homepage": "https://github.com/codekie/browserstack-status-update-sample#readme"
}