-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.1 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
70
71
72
73
74
75
76
77
78
79
80
{
"name": "automationtests",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/core-js": "^0.9.35",
"@types/cucumber": "^2.0.3",
"@types/node": "^7.0.7",
"@types/protractor": "^4.0.0",
"@types/selenium-webdriver": "^3.0.4",
"behavepro": "latest",
"browser-sync": "~2.1.4",
"browserify": "^9.0.8",
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"chai-sorted": "^0.1.0",
"cucumber": "1.3.1",
"cucumber-html-reporter": "~0.3.2",
"date-and-time": "0.4.0",
"del": "2.2.2",
"event-stream": "3.3.4",
"file-api": "latest",
"file-reader": "latest",
"form-data": "latest",
"fs-extra": "~0.26.3",
"fs-sync": "^1.0.3",
"gherkin": "4.0.0",
"gulp": "~3.8.10",
"gulp-angular-templatecache": "~1.5.0",
"gulp-exec": "2.1.3",
"gulp-filter": "~2.0.2",
"gulp-if": "^2.0.0",
"gulp-inject": "~1.1.1",
"gulp-load-plugins": "~0.8.0",
"gulp-protractor": "3.0.0",
"gulp-protractor-cucumber-html-report": "~0.1.2",
"gulp-replace": "*",
"gulp-run": "1.7.1",
"gulp-size": "~1.2.0",
"gulp-tslint": "~1.4.1",
"gulp-typescript": "^3.2.2",
"gulp-typings": "2.0.4",
"gulp-useref": "~1.1.0",
"gulp-util": "~3.0.2",
"gulp-wait": "*",
"http-proxy": "~1.8.0",
"imap": "^0.8.18",
"jsonfile": "~2.4.0",
"loadtest": "^2.3.0",
"lodash": "^4.17.2",
"lodash.difference": "^4.5.0",
"lodash.intersection": "^4.4.0",
"mail-listener3": "0.0.3",
"mailparser": "^0.6.1",
"moment": "^2.18.1",
"pdf2json": "1.1.7",
"protractor-cucumber-framework": "0.6.0",
"q": "~2.0",
"random-js": "^1.0.8",
"random-string": "^0.2.0",
"request": "~2.69.0",
"robotjs": "latest",
"sass": "^0.5.0",
"through2": "^2.0.1",
"tsd": "latest",
"typescript": "^2.3.4",
"underscore": "latest",
"util": "^0.10.3",
"wiredep": "~2.2.0",
"wrench": "~1.5.8",
"xmlhttprequest": "^1.8.0",
"yargs": "*"
},
"engines": {
"node": ">=6.9.1"
}
}