-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 834 Bytes
/
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
{
"name": "chapter-11-code",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/testing-angular-applications/chapter-8-code.git"
},
"scripts": {
"e2e": "protractor",
"lint": "tslint",
"webdriver-circle": "webdriver-manager update --standalone false --gecko false --versions.chrome=2.40",
"webdriver-update": "webdriver-manager update --gecko false",
"tsc": "tsc"
},
"author": "Craig Nishina <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/jasmine": "2.5.41",
"@types/jasminewd2": "2.0.2",
"@types/selenium-webdriver": "3.0.4",
"jasmine-reporters": "^2.3.2",
"jasmine-spec-reporter": "3.2.0",
"protractor": "5.1.1",
"selenium-webdriver": "3.0.1",
"ts-node": "1.3.0",
"typescript": "2.2.2"
}
}