suman-example-reporter
Version:
Primary example reporter for Suman test runner
34 lines (33 loc) • 743 B
JSON
{
"name": "suman-example-reporter",
"version": "1.0.1002",
"description": "Primary example reporter for Suman test runner",
"main": "index.js",
"scripts": {
"test": "suman"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ORESoftware/suman-example-reporter.git"
},
"keywords": [
"Test",
"runner",
"Suman",
"test",
"reporter",
"integration",
"testing",
"system",
"testing"
],
"author": "Olegzandr of Oresoftware",
"license": "ISC",
"bugs": {
"url": "https://github.com/ORESoftware/suman-example-reporter/issues"
},
"homepage": "https://github.com/ORESoftware/suman-example-reporter#readme",
"dependencies": {
"suman-events": "latest"
}
}