-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.19 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
{
"name": "protractor-jasmine-typescript",
"version": "0.0.1",
"description": "This is a starter project for testing with Protractor & Jasmine written in Typescript",
"main": "index.js",
"scripts": {
"test": "protractor protractor.conf.js",
"test-retry": "node config/protractor.flake.js protractor.conf.js",
"wd:update": "node node_modules/protractor/bin/webdriver-manager update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onno-amsterdam/protractor-jasmine-typescript.git"
},
"keywords": [
"Protractor",
"Jasmine",
"Typescript"
],
"author": "Onno van Piggelen",
"license": "MIT",
"bugs": {
"url": "https://github.com/onno-amsterdam/protractor-jasmine-typescript/issues"
},
"homepage": "https://github.com/onno-amsterdam/protractor-jasmine-typescript#readme",
"devDependencies": {
"allure-commandline": "^2.13.0",
"jasmine": "^3.5.0",
"jasmine-allure-reporter": "^1.0.2",
"jasmine-spec-reporter": "^5.0.2",
"log4js": "^6.3.0",
"protractor": "^5.4.2",
"protractor-flake": "^4.0.0",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
},
"dependencies": {
"@types/jasmine": "^3.5.10"
}
}