UNPKG

2.28 kBJSONView Raw
1{
2 "name": "protractor",
3 "description": "Webdriver E2E test wrapper for Angular.",
4 "version": "7.0.0",
5 "homepage": "https://github.com/angular/protractor",
6 "keywords": [
7 "angular",
8 "test",
9 "testing",
10 "webdriver",
11 "webdriverjs",
12 "selenium"
13 ],
14 "author": "Julie Ralph <ju.ralph@gmail.com>",
15 "dependencies": {
16 "@types/q": "^0.0.32",
17 "@types/selenium-webdriver": "^3.0.0",
18 "blocking-proxy": "^1.0.0",
19 "browserstack": "^1.5.1",
20 "chalk": "^1.1.3",
21 "glob": "^7.0.3",
22 "jasmine": "2.8.0",
23 "jasminewd2": "^2.1.0",
24 "q": "1.4.1",
25 "saucelabs": "^1.5.0",
26 "selenium-webdriver": "3.6.0",
27 "source-map-support": "~0.4.0",
28 "webdriver-js-extender": "2.1.0",
29 "webdriver-manager": "^12.1.7",
30 "yargs": "^15.3.1"
31 },
32 "devDependencies": {
33 "@types/chalk": "^0.4.28",
34 "@types/glob": "^5.0.29",
35 "@types/jasmine": "^2.5.47",
36 "@types/jasminewd2": "^2.0.0",
37 "@types/minimatch": "^2.0.28",
38 "@types/node": "^6.0.46",
39 "@types/yargs": "ts2.6",
40 "body-parser": "^1.19.0",
41 "chai": "~3.5.0",
42 "chai-as-promised": "~5.3.0",
43 "clang-format": "1.0.49",
44 "expect.js": "~0.3.1",
45 "express": "^4.17.1",
46 "gulp": "^4.0.2",
47 "gulp-clang-format": "1.0.23",
48 "gulp-tslint": "^7.0.1",
49 "jshint": "^2.11.0",
50 "lodash": "^4.17.15",
51 "marked": "^0.3.3",
52 "mocha": "^7.1.2",
53 "natives": "^1.1.6",
54 "rimraf": "~2.5.3",
55 "run-sequence": "^1.1.5",
56 "semver": "^5.3.0",
57 "tslint": "^5.20.1",
58 "tslint-eslint-rules": "^3.1.0",
59 "typescript": "~2.6.2",
60 "vrsource-tslint-rules": "^6.0.0"
61 },
62 "repository": {
63 "type": "git",
64 "url": "git://github.com/angular/protractor.git"
65 },
66 "bin": {
67 "protractor": "bin/protractor",
68 "webdriver-manager": "bin/webdriver-manager"
69 },
70 "main": "built/index.js",
71 "typings": "built/index.d.ts",
72 "scripts": {
73 "format": "gulp format",
74 "install_testapp": "cd testapp && npm install",
75 "prepublish": "gulp prepublish",
76 "pretest": "gulp pretest",
77 "start": "cd testapp && npm start",
78 "test": "node scripts/test.js",
79 "website": "cd website && npm start",
80 "compile_to_es5": "gulp compile_to_es5"
81 },
82 "license": "MIT",
83 "engines": {
84 "node": ">=10.13.x"
85 }
86}