forked from marcodave/protractor-http-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "protractor-http-client",
"version": "1.0.4",
"description": "HTTP client to be used in protractor tests",
"keywords": [
"protractor",
"http",
"rest",
"client",
"test",
"selenium",
"webdriver"
],
"homepage": "https://github.com/marcodave/protractor-http-client",
"scripts": {
"test": "webdriver-manager update --chrome=false --gecko=false && protractor dist/test/protractor.conf.js"
},
"dependencies": {
"request": "^2.83.0",
"@types/request": "2.47.0"
},
"devDependencies": {
"@types/jasminewd2": "2.x",
"basic-auth": "^2.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"gulp-sequence": "^1.0.0",
"gulp-typescript": "^4.0.2",
"json-server": "^0.12.2",
"jsonwebtoken": "^8.2.1",
"phantomjs-prebuilt": "^2.1.16",
"protractor": "^4",
"typescript": "^2.7"
},
"author": "Marco Dalla Vecchia <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/marcodave/protractor-http-client.git"
},
"main": "dist/http-client.js"
}