forked from r3b/grunt-protractor-coverage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.25 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.25 KB
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
51
{
"name": "grunt-protractor-coverage",
"version": "0.2.8",
"description": "Instrument your code and gather coverage data from Protractor E2E tests",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"dependencies": {
"grunt": "~0.4.4",
"grunt-istanbul": "~0.2.5",
"protractor": ">=0.14.0-0 <1.0.0",
"dargs-object": "~0.2.0",
"mkdirp": "~0.3.5",
"temporary": "0.0.8",
"tmp": "0.0.23",
"grunt-contrib-connect": "~0.7.1",
"esprima": "~1.1.1",
"estraverse": "~1.5.0",
"escodegen": "~1.3.0",
"coverage-collector": "0.0.4"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-cli": "~0.1.11",
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-clean": "~0.4.0a",
"grunt-contrib-nodeunit": "~0.1.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-coveralls": "~0.3.0"
},
"scripts": {
"test": "grunt clean jshint test-remote -v"
},
"repository": {
"type": "git",
"url": "git://github.com/r3b/grunt-protractor-coverage.git"
},
"keywords": [
"gruntplugin",
"protractor",
"coverage",
"testing",
"istanbul"
],
"author": "ryan bridges",
"license": "APLv2",
"bugs": {
"url": "https://github.com/r3b/grunt-protractor-coverage/issues"
}
}