UNPKG

jasmine-istanbul-reporter

Version:

Jasmine report plugin that scrapes test pages for istanbul coverage stats and writes them to a set of files for eventual conversion to LCOV, Cobertura, etc.

38 lines (37 loc) 969 B
{ "name": "jasmine-istanbul-reporter", "version": "0.0.0", "description": "Jasmine report plugin that scrapes test pages for istanbul coverage stats and writes them to a set of files for eventual conversion to LCOV, Cobertura, etc.", "main": "index.js", "scripts": { "test": "mocha -R travis-cov" }, "repository": { "type": "git", "url": "https://github.com/bennyhat/jasmine-reporter-istanbul.git" }, "keywords": [ "Jasmine", "Report", "Istanbul" ], "author": "Ben Brewer", "license": "MIT", "bugs": { "url": "https://github.com/bennyhat/jasmine-reporter-istanbul/issues" }, "homepage": "https://github.com/bennyhat/jasmine-reporter-istanbul", "devDependencies": { "assert": "^1.3.0", "blanket": "^1.1.7", "mocha": "^2.2.5", "q": "^1.4.1", "sinon": "^1.15.4", "travis-cov": "^0.2.5" }, "dependencies": { "fs-extra": "^0.22.1", "merge": "^1.2.0", "uuid": "^2.0.1" } }