-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 892 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 892 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
{
"name": "ro_scraper",
"version": "1.0.0",
"description": "ro_scraper",
"main": "wdio.conf.js",
"dependencies": {
"babel-core": "^6.25.0",
"babel-register": "^6.24.1",
"webdriverio": "^4.8.0"
},
"devDependencies": {
"wdio-dot-reporter": "0.0.8",
"wdio-jasmine-framework": "^0.3.1",
"wdio-spec-reporter": "^0.1.0"
},
"scripts": {
"start-selenium": "docker run -d --name se-chrome-debug -p 5900:5900 -p 4444:4444 selenium/standalone-chrome-debug",
"stop-selenium":"docker rm -fv se-chrome-debug",
"test": "node_modules/.bin/wdio wdio.conf.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/remoteorigin/ro_scraper.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/remoteorigin/ro_scraper/issues"
},
"homepage": "https://github.com/remoteorigin/ro_scraper#readme"
}