-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage.json
69 lines (69 loc) · 1.67 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "selenium-page-object-generator",
"version": "1.3.1",
"description": "A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.",
"dependencies": {
"argparse": "^1.0.10",
"jsdom": "^11.7.0",
"mkdirp": "^0.5.1"
},
"devDependencies": {
"array-uniq": "^1.0.3",
"del": "^3.0.0",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-cssnano": "^2.1.3",
"gulp-header": "^2.0.5",
"gulp-htmlmin": "^4.0.0",
"gulp-istanbul": "^1.1.3",
"gulp-jasmine": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-jsonminify": "^1.1.0",
"gulp-replace": "^0.6.1",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.1.0",
"jquery": "^3.3.1",
"jsdom": "^11.7.0",
"jshint": "^2.9.5"
},
"keywords": [
"Selenium",
"PageObject",
"Model",
"Page",
"Object",
"POM",
"Generator",
"Agile",
"Testing",
"Velocity",
"Flexible",
"Nimble",
"Java",
"C#",
"RobotFramework",
"Robot",
"Framework",
"PageFactory",
"Factory"
],
"author": "Richard Huang <[email protected]>",
"bin": {
"selenium-page-object-generator": "./bin/generate.js"
},
"bugs": {
"url": "https://github.com/rickypc/selenium-page-object-generator/issues"
},
"homepage": "https://github.com/rickypc/selenium-page-object-generator#readme",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "[email protected]:rickypc/selenium-page-object-generator.git"
},
"scripts": {
"test": "gulp common:test && gulp chrome:js:test",
"build": "gulp default"
}
}