-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.15 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
{
"name": "tree-elements",
"version": "1.0.0",
"description": "./node_modules/webdriverio/bin/wdio wdio.conf.js",
"main": "index.html",
"directories": {
"test": "test"
},
"dependencies": {
"http-server": "0.10.0",
"webdriverio": "4.9.11"
},
"devDependencies": {
"assert": "^1.4.1",
"chai": "^4.1.2",
"jasmine": "^2.8.0",
"selenium-standalone": "6.12.0",
"wdio-spec-reporter": "^0.1.3"
},
"scripts": {
"test": "echo \"Running tests with webdriverio...\" && ./node_modules/webdriverio/bin/wdio wdio.conf.js",
"server": "echo \"Running server...\" && ./node_modules/http-server/bin/http-server -p 9090 -a 0.0.0.0 -d true -i true",
"selenium": "echo \"Running Selenium\" && ./node_modules/selenium-standalone/bin/selenium-standalone install && ./node_modules/selenium-standalone/bin/selenium-standalone start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinigomescunha/tree-elements.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vinigomescunha/tree-elements/issues"
},
"homepage": "https://github.com/vinigomescunha/tree-elements#readme"
}