-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
44
45
46
47
48
49
50
{
"name": "protractor-testability-plugin",
"version": "2.0.2",
"description": "",
"main": "dist/protractor-testability-plugin.js",
"readmeFilename": "README.md",
"author": {
"name": "Alfonso Presa"
},
"repository": {
"url": "https://github.com/alfonso-presa/protractor-testability-plugin",
"type": "git"
},
"license": "MIT",
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"test": "grunt test",
"protractor": "protractor test/protractor.conf.js",
"update-webdriver": "webdriver-manager update"
},
"devDependencies": {
"grunt": "^1.1.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-groc": "^0.7.1",
"grunt-jscs": "^3.0.1",
"grunt-shell": "^1.3.1",
"grunt-umd": "^2.3.0",
"jit-grunt": "^0.7.0",
"jshint-stylish": "^0.2.0",
"load-grunt-config": "^3.0.1",
"protractor": "^7.0.0",
"time-grunt": "^0.3.2"
},
"dependencies": {
"testability-browser-bindings": "^3.0.3",
"testability.js": "0.x"
},
"peerDependencies": {
"protractor": ">=2.2.0"
}
}