UNPKG

jasmine-bamboo-reporter

Version:

A reporter for Jasmine which produces a report compatible with Atlassian Bamboo Mocha Test Parser.

43 lines (42 loc) 1 kB
{ "name": "jasmine-bamboo-reporter", "version": "0.0.2", "description": "A reporter for Jasmine which produces a report compatible with Atlassian Bamboo Mocha Test Parser.", "main": "index.js", "keywords": [ "JSON", "jasmine", "protractor", "reporter", "tests", "bamboo" ], "scripts": { "eslint": "eslint *.js" }, "author": { "name": "Alexandru Badiu", "email": "andu@ctrlz.ro", "url": "http://alexandrubadiu.ro" }, "homepage": "https://github.com/voidberg/jasmine-bamboo-reporter", "repository": { "type": "git", "url": "https://github.com/voidberg/jasmine-bamboo-reporter" }, "license": "MIT", "bugs": { "url": "https://github.com/voidberg/jasmine-bamboo-reporter/issues" }, "readmeFilename": "README.md", "dependencies": { "fs": "0.0.2", "lockfile": "^1.0.1" }, "devDependencies": { "eslint": "^1.5.1", "eslint-config-airbnb": "^0.1.0", "sleep": "^3.0.1", "jasmine": "^2.4.1" } }