-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 844 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 844 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
{
"name": "protractor_practice",
"version": "1.0.0",
"description": "Sample UI Automation with protractor and page object pattern",
"main": "conf.js",
"scripts": {
"test": "protractor conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohinegi548/UIAutomationWithProtractorBasedOnPageObject.git"
},
"keywords": [
"protractor",
"jasmine"
],
"author": "rohitnegi548@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/rohinegi548/UIAutomationWithProtractorBasedOnPageObject/issues"
},
"homepage": "https://github.com/rohinegi548/UIAutomationWithProtractorBasedOnPageObject#readme",
"dependencies": {
"jasmine-allure-reporter": "^1.0.2",
"jasmine-data-provider": "^2.2.0",
"jasmine-spec-reporter": "^4.2.1",
"protractor": "^5.3.2"
}
}