UNPKG

2.22 kBJSONView Raw
1{
2 "name": "protractor",
3 "description": "Webdriver E2E test wrapper for Angular.",
4 "homepage": "https://github.com/angular/protractor",
5 "keywords": [
6 "angular",
7 "test",
8 "testing",
9 "webdriver",
10 "webdriverjs",
11 "selenium"
12 ],
13 "author": "Julie Ralph <ju.ralph@gmail.com>",
14 "dependencies": {
15 "@types/node": "^6.0.46",
16 "@types/q": "^0.0.32",
17 "@types/selenium-webdriver": "~2.53.39",
18 "blocking-proxy": "0.0.5",
19 "chalk": "^1.1.3",
20 "glob": "^7.0.3",
21 "jasmine": "^2.5.3",
22 "jasminewd2": "^2.0.0",
23 "optimist": "~0.6.0",
24 "q": "1.4.1",
25 "saucelabs": "~1.3.0",
26 "selenium-webdriver": "3.0.1",
27 "source-map-support": "~0.4.0",
28 "webdriver-manager": "^12.0.1",
29 "webdriver-js-extender": "^1.0.0"
30 },
31 "devDependencies": {
32 "@types/chalk": "^0.4.28",
33 "@types/glob": "^5.0.29",
34 "@types/jasmine": "^2.5.38",
35 "@types/jasminewd2": "^2.0.0",
36 "@types/minimatch": "^2.0.28",
37 "@types/minimist": "^1.1.28",
38 "@types/optimist": "^0.0.29",
39 "body-parser": "~1.15.2",
40 "chai": "~3.5.0",
41 "chai-as-promised": "~5.3.0",
42 "clang-format": "^1.0.34",
43 "expect.js": "~0.3.1",
44 "express": "~4.14.0",
45 "gulp": "^3.9.1",
46 "gulp-clang-format": "^1.0.23",
47 "gulp-tslint": "^7.0.1",
48 "jshint": "^2.9.2",
49 "lodash": "^4.5.1",
50 "marked": "^0.3.3",
51 "mocha": "2.5.3",
52 "rimraf": "~2.5.3",
53 "run-sequence": "^1.1.5",
54 "semver": "^5.3.0",
55 "tslint": "~4.3.0",
56 "tslint-eslint-rules": "^3.2.0",
57 "typescript": "~2.0.0",
58 "vrsource-tslint-rules": "^4.0.1"
59 },
60 "repository": {
61 "type": "git",
62 "url": "git://github.com/angular/protractor.git"
63 },
64 "bin": {
65 "protractor": "bin/protractor",
66 "webdriver-manager": "bin/webdriver-manager"
67 },
68 "main": "built/index.js",
69 "typings": "built/index.d.ts",
70 "scripts": {
71 "format": "gulp format",
72 "install_testapp": "cd testapp && npm install",
73 "prepublish": "gulp prepublish",
74 "pretest": "gulp pretest",
75 "start": "cd testapp && npm start",
76 "test": "node scripts/test.js",
77 "website": "cd website && npm start"
78 },
79 "license": "MIT",
80 "engines": {
81 "node": ">=6.9.x"
82 },
83 "version": "5.1.1"
84}