-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.07 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.07 KB
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
{
"name": "mat-javascript-course",
"version": "1.0.0",
"description": "Safebear Test Automation Framework",
"main": "index.js",
"scripts": {
"test": "protractor ./test/protractor.conf.js",
"debug": "node --inspect-brk node_modules/protractor/bin/protractor ./test/protractor.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CharlieBeckett/mat-javascript-course.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CharlieBeckett/mat-javascript-course/issues"
},
"homepage": "https://github.com/CharlieBeckett/mat-javascript-course#readme",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cucumber": "^5.1.0",
"eslint": "^5.15.0",
"eslint-plugin-protractor": "^1.41.1",
"jsdoc": "^3.5.5",
"logger": "0.0.1",
"protractor": "^5.4.2",
"protractor-cucumber-framework": "^6.1.1",
"protractor-multiple-cucumber-html-reporter-plugin": "^1.8.0"
},
"dependencies": {
"awsm.css": "^3.0.2",
"eslint-plugin-cucumber": "^1.2.0"
}
}