testarmada-magellan
Version:
Massively parallel automated testing
74 lines (73 loc) • 1.73 kB
JSON
{
"name": "testarmada-magellan",
"version": "8.8.6",
"description": "Massively parallel automated testing",
"main": "src/main",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git@github.com:TestArmada/magellan.git"
},
"contributors": [
{
"name": "Maciej Adwent",
"url": "http://github.com/Maciek416"
},
{
"name": "Dave Cadwallader",
"url": "http://github.com/geekdave"
},
{
"name": "Lei Zhu",
"url": "https://github.com/archlichking"
}
],
"license": "MIT",
"scripts": {
"test": "eslint src/** bin/** && mocha",
"integration": "eslint src/** bin/** && ./bin/magellan",
"lint": "eslint src/** bin/**"
},
"dependencies": {
"acorn": "2.1.0",
"async": "^0.9.0",
"cli-color": "^0.3.2",
"cli-table": "^0.3.1",
"glob": "^5.0.5",
"guacamole": "^1.2.0",
"lodash": "^4.6.1",
"marge": "^1.0.1",
"node-slackr": "0.0.4",
"once": "^1.3.1",
"portscanner": "^1.0.0",
"pretty-ms": "^1.0.0",
"q": "1.0.1",
"qs": "2.2.4",
"request": "^2.55.0",
"sanitize-filename": "^1.5.3",
"sauce-connect-launcher": "^0.14.0",
"slugify": "^0.1.1",
"sync-request": "^2.0.1",
"testarmada-tree-kill": "^2.0.0",
"yargs": "1.3.2"
},
"engineStrict": true,
"engines": {
"npm": ">=2.1.10"
},
"bin": {
"magellan": "./bin/magellan",
"magellan_": "./bin/magellan"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.3.0",
"eslint": "^1.10.3",
"eslint-config-defaults": "^8.0.2",
"eslint-plugin-filenames": "^0.2.0",
"mocha": "^2.2.4",
"testarmada-magellan-mocha-plugin": "^5.0.0"
}
}