forked from Evilweed/protractor-beautiful-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.38 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
{
"name": "protractor-beautiful-reporter",
"version": "1.1.1",
"description": "An npm module and which generates your Protractor test reports in HTML (angular) with screenshots",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Evilweed/protractor-beautiful-reporter"
},
"scripts": {
"app:compile": "node --max_old_space_size=5760 ./node_modules/webpack/bin/webpack.js --config ./webpack.config.js"
},
"dependencies": {
"mkdirp": "~0.3.5",
"fs-extra": "^3.0.1",
"klaw-sync": "^2.1.0",
"circular-json": "^0.3.1",
"underscore": "~1.6.0"
},
"keywords": [
"screenshot",
"selenium",
"protractor",
"jasmine",
"reporter",
"gruntplugin",
"protractor html reporter",
"protractor screenshot reporter"
],
"author": "Marcin Cierpicki <zycienawalizkach@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Evilweed/protractor-beautiful-reporter/issues"
},
"homepage": "https://github.com/Evilweed/protractor-beautiful-reporter",
"devDependencies": {
"babel-core": "6.14.0",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "6.13.0",
"babel-preset-es2015": "6.14.0",
"babel-runtime": "6.11.6",
"babel-preset-stage-0": "^6.24.1",
"webpack": "2.7.0"
}
}