forked from bennyhat/protractor-istanbul-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "protractor-istanbul-plugin",
"version": "0.0.3",
"description": "Protractor plugin that collects istanbul coverage results from a page and dumps them to coverage.json files (one per spec).",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"fs-extra": "^0.22.1",
"merge": "^1.2.0",
"q": "^1.4.1",
"uuid": "^2.0.1"
},
"devDependencies": {
"blanket": "^1.1.7",
"chai": "^3.0.0",
"coveralls": "^2.11.3",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "0.0.2",
"selenium-webdriver": "^2.46.1",
"sinon": "^1.15.4"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bennyhat/protractor-istanbul-plugin.git"
},
"keywords": [
"Protractor",
"Istanbul",
"Coverage"
],
"author": "Ben Brewer",
"license": "MIT",
"bugs": {
"url": "https://github.com/bennyhat/protractor-istanbul-plugin/issues"
},
"homepage": "https://github.com/bennyhat/protractor-istanbul-plugin#readme"
}