-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 865 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 865 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
30
31
{
"name": "gurukula-automation",
"version": "1.0.0",
"description": "To automate e2e scenarious of gurukula",
"main": "index.js",
"scripts": {
"start": "java -jar ./app/gurukula-0.0.1-SNAPSHOT.war",
"test": "protractor ./protractor.conf.js",
"webdriver-update": "webdriver-manager update",
"webdriver-start": "webdriver-manager start"
},
"keywords": [
"protractor",
"typescript",
"jasmine"
],
"author": "Yogesh Kalbhore <yogeshkalbhore@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/jasmine": "^2.8.8",
"@types/jasminewd2": "^2.0.3",
"@types/node": "^10.9.4",
"jasmine": "^3.2.0",
"protractor": "^5.4.1",
"protractor-jasmine2-screenshot-reporter": "^0.5.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.0.3"
}
}