forked from teerapap/grunt-protractor-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.02 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
{
"name": "grunt-protractor-runner",
"description": "A Grunt plugin for running protractor runner.",
"version": "5.0.0",
"homepage": "https://github.com/teerapap/grunt-protractor-runner",
"author": {
"name": "Teerapap Changwichukarn",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/teerapap/grunt-protractor-runner.git"
},
"bugs": {
"url": "https://github.com/teerapap/grunt-protractor-runner/issues"
},
"main": "Gruntfile.js",
"engines": {
"node": ">= 6.9.4"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"protractor": "^5.0.0",
"split": "~1.0.0",
"through2": "~2.0.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt": "~0.4.1"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"protractor",
"selenium",
"angular",
"angularjs"
]
}