-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "protractor-ext-po",
"version": "2.0.4",
"description": "Extension for work with protractor page objects",
"main": "dist/protractor-ext-po.js",
"keywords": [
"protractor",
"spec",
"angular",
"e2e"
],
"scripts": {
"compile": "grunt compile"
},
"dependencies": {
"fs-extra": "^7.0.1",
"glob": "^7.1.3"
},
"devDependencies": {
"bower": "^1.8.8",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-things": "^0.2.0",
"copy-paste": "^1.3.0",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.2",
"grunt-release": "^0.14.0",
"grunt-contrib-concat": "^1.0.1",
"load-grunt-tasks": "^4.0.0",
"path-is-absolute": "^2.0.0",
"protractor": "^5.4.2",
"wnpm-ci": "latest",
"grunt-protractor-runner": "^5.0.0",
"deasync": "^0.1.14",
"mocha": "^6.0.2",
"mochawesome-screenshots": "^1.6.0",
"mocha-multi-reporters": "^1.1.7",
"mocha-reportportal-agent": "^0.2.3",
"underscore": "^1.9.1"
},
"author": "Andrei Belousov",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BelAn97/protractor-ext-po.git"
},
"bugs": {
"url": "https://github.com/BelAn97/protractor-ext-po.git/issues"
},
"homepage": "https://github.com/BelAn97/protractor-ext-po#readme"
}