patchgit
Version:
Display git-ssb messages in patchcore
27 lines (26 loc) • 595 B
JSON
{
"name": "patchgit",
"version": "0.0.1",
"description": "Display git-ssb messages in patchcore",
"main": "db.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssbc/patchgit.git"
},
"keywords": [
"ssb",
"scuttlebot"
],
"author": "Anders Rune Jensen <arj03@protonmail.ch>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ssbc/patchgit/issues"
},
"homepage": "https://github.com/ssbc/patchgit",
"dependencies": {
"patchcore": "^1.15.0"
}
}