UNPKG

jasmine-tfs-reporter

Version:

Jasmine/Protractor plugin for reporting test results to TFS

32 lines (31 loc) 748 B
{ "name": "jasmine-tfs-reporter", "version": "1.0.2", "description": "Jasmine/Protractor plugin for reporting test results to TFS", "keywords": [ "jasmine", "reporter", "tfs", "vsts", "spec", "protractor" ], "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/sgbj/jasmine-tfs-reporter.git" }, "author": "sgbj", "license": "MIT", "bugs": { "url": "https://github.com/sgbj/jasmine-tfs-reporter/issues" }, "homepage": "https://github.com/sgbj/jasmine-tfs-reporter#readme", "dependencies": { "mkpath": "^1.0.0", "node-uuid": "^1.4.7" } }