herme5
Version:
HERME5 is a simple tool for managing multiple Git repositories in a workspace.
33 lines (32 loc) • 731 B
JSON
{
"name": "herme5",
"version": "1.0.0",
"description": "HERME5 is a simple tool for managing multiple Git repositories in a workspace.",
"keywords": [
"herme5",
"git",
"github",
"remote",
"management",
"workspace",
"autopull"
],
"homepage": "https://github.com/ciacob/HERMES#readme",
"bugs": {
"url": "https://github.com/ciacob/HERMES/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ciacob/HERMES.git"
},
"license": "MIT",
"author": "Claudius Iacob <claudius.iacob@gmail.com>",
"type": "commonjs",
"main": "index.js",
"bin": {
"herme5": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}