mirror of
https://github.com/fluxscape/fluxscape.git
synced 2026-01-11 23:02:55 +01:00
* fix: branding info for package.json * fix: updated package jsons with updated contact & author info --------- Co-authored-by: alan-x-n <x.alanan.x@gmail.com>
15 lines
401 B
JSON
15 lines
401 B
JSON
{
|
|
"name": "@noodl/git",
|
|
"version": "2.7.0",
|
|
"main": "src/index.ts",
|
|
"description": "",
|
|
"author": "Fluxscape <contact@fluxscape.io>",
|
|
"homepage": "https://fluxscape.io",
|
|
"dependencies": {
|
|
"desktop-trampoline": "https://github.com/desktop/desktop-trampoline/archive/refs/tags/v0.9.8.tar.gz",
|
|
"dugite": "^1.106.0",
|
|
"double-ended-queue": "^2.1.0-0",
|
|
"split2": "^4.1.0"
|
|
}
|
|
}
|