UNPKG

wdio-workflo-allure-reporter

Version:

This is a customized version of wdio-workflo-allure-reporter for use with workflo framework.

67 lines (66 loc) 1.78 kB
{ "name": "wdio-workflo-allure-reporter", "version": "0.1.2", "description": "This is a customized version of wdio-workflo-allure-reporter for use with workflo framework.", "main": "build/reporter.js", "scripts": { "build": "grunt", "test": "grunt test", "prepublish": "npm prune && npm run build" }, "repository": { "type": "git", "url": "https://github.com/flohil/wdio-workflo-allure-reporter" }, "directories": { "lib": "./lib" }, "keywords": [ "allure", "reporter", "webdriverio", "wdio", "wdio-plugin", "wdio-reporter", "workflo" ], "author": "Florian Hilbinger <florian.hilbinger@hotmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/flohil/wdio-workflo-allure-reporter/issues" }, "homepage": "https://github.com/flohil/wdio-workflo-allure-reporter", "dependencies": { "allure-js-commons-workflo": "^0.0.3", "babel-runtime": "^5.8.25", "json3": "^3.3.2", "lodash": "^4.17.11", "mocha": "^3.5.0", "path": "^0.12.7" }, "devDependencies": { "babel": "^5.8.23", "babel-core": "^5.8.23", "babel-eslint": "^4.1.7", "chai": "^3.5.0", "cheerio": "^0.20.0", "del": "^2.2.0", "eslint": "^1.4.1", "eslint-config-standard": "^4.3.2", "eslint-plugin-standard": "^1.3.0", "grunt": "^0.4.5", "grunt-babel": "^5.0.1", "grunt-bump": "^0.6.0", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-connect": "^1.0.2", "grunt-contrib-watch": "^0.6.1", "grunt-eslint": "^17.1.0", "grunt-mocha": "^1.0.2", "grunt-mocha-test": "^0.12.7", "grunt-npm": "0.0.2", "load-grunt-tasks": "^3.2.0", "wdio-mocha-framework": "^0.3.5", "webdriverio": "^4.1.1" } }