UNPKG

1.76 kBJSONView Raw
1{
2 "name": "wdio-workflo-allure-reporter",
3 "version": "0.0.15",
4 "description": "This is a customized version of wdio-workflo-allure-reporter for use with workflo framework.",
5 "main": "build/reporter.js",
6 "scripts": {
7 "build": "grunt",
8 "test": "grunt test",
9 "prepublish": "npm prune && npm run build"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/flohil/wdio-workflo-allure-reporter"
14 },
15 "directories": {
16 "lib": "./lib"
17 },
18 "keywords": [
19 "allure",
20 "reporter",
21 "webdriverio",
22 "wdio",
23 "wdio-plugin",
24 "wdio-reporter",
25 "workflo"
26 ],
27 "author": "Florian Hilbinger <florian.hilbinger@hotmail.com>",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/flohil/wdio-workflo-allure-reporter/issues"
31 },
32 "homepage": "https://github.com/flohil/wdio-workflo-allure-reporter",
33 "dependencies": {
34 "allure-js-commons-workflo": "^0.0.1",
35 "babel-runtime": "^5.8.25",
36 "json3": "^3.3.2",
37 "mocha": "^3.5.0",
38 "path": "^0.12.7"
39 },
40 "devDependencies": {
41 "babel": "^5.8.23",
42 "babel-core": "^5.8.23",
43 "babel-eslint": "^4.1.7",
44 "chai": "^3.5.0",
45 "cheerio": "^0.20.0",
46 "del": "^2.2.0",
47 "eslint": "^1.4.1",
48 "eslint-config-standard": "^4.3.2",
49 "eslint-plugin-standard": "^1.3.0",
50 "grunt": "^0.4.5",
51 "grunt-babel": "^5.0.1",
52 "grunt-bump": "^0.6.0",
53 "grunt-cli": "^0.1.13",
54 "grunt-contrib-clean": "^0.6.0",
55 "grunt-contrib-connect": "^1.0.2",
56 "grunt-contrib-watch": "^0.6.1",
57 "grunt-eslint": "^17.1.0",
58 "grunt-mocha": "^1.0.2",
59 "grunt-mocha-test": "^0.12.7",
60 "grunt-npm": "0.0.2",
61 "load-grunt-tasks": "^3.2.0",
62 "wdio-mocha-framework": "^0.3.5",
63 "webdriverio": "^4.1.1"
64 }
65}