bus-factor
Version:
Tool for analysing the bus factor of projects and their dependencies.
36 lines (35 loc) • 874 B
JSON
{
"name": "bus-factor",
"version": "1.0.0-alpha",
"description": "Tool for analysing the bus factor of projects and their dependencies.",
"main": "index.js",
"bin": {
"busfactor": "./bin.js"
},
"scripts": {
"test": "standard && dependency-check . --unused --no-dev -i yargs && mocha && npm audit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garbados/bus-factor-js.git"
},
"keywords": [
"floss",
"oss"
],
"author": "D Dino <garbados@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/garbados/bus-factor-js/issues"
},
"homepage": "https://github.com/garbados/bus-factor-js#readme",
"dependencies": {
"request": "^2.88.0",
"yargs": "^12.0.2"
},
"devDependencies": {
"dependency-check": "^3.2.1",
"mocha": "^5.2.0",
"standard": "^12.0.1"
}
}