gemini-teamcity
Version:
Plugin for Gemini which enables reporting test results to TeamCity.
32 lines (31 loc) • 654 B
JSON
{
"name": "gemini-teamcity",
"version": "2.1.5",
"description": "Plugin for Gemini which enables reporting test results to TeamCity.",
"main": "lib/plugin.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Saulis/gemini-teamcity/"
},
"keywords": [
"gemini",
"gemini-plugin",
"teamcity",
"test",
"reporter"
],
"author": "Sauli Tähkäpää",
"license": "Apache 2.0",
"devDependencies": {
"chai": "^2.1.2",
"mocha": "^2.2.1",
"sinon": "^1.14.1"
},
"dependencies": {
"teamcity-service-messages": "^0.1.7",
"lodash": "^4.0.0"
}
}