This repository has been archived by the owner on May 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85e52a1
commit 98f9ac6
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "kamanda", | ||
"version": "0.8.0", | ||
"description": "Kamanda - A Firebase CLI Companion Tool", | ||
"description": "Kamanda - Manage your Firebase Application from the Terminal. Add, Remove, Update, View and Search for Firebase Users.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "go test ./... -v", | ||
|
@@ -22,12 +22,12 @@ | |
"Firestore" | ||
], | ||
"preferGlobal": true, | ||
"author": "Maina Wycliffe", | ||
"author": "Maina Wycliffe <[email protected]> (https://mainawycliffe.dev)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mainawycliffe/kamanda/issues" | ||
}, | ||
"homepage": "https://github.com/mainawycliffe/kamanda#readme", | ||
"homepage": "https://kamanda.dev/", | ||
"dependencies": { | ||
"mkdirp": "^0.5.1", | ||
"request": "^2.81.0", | ||
|
@@ -44,4 +44,4 @@ | |
"path": "./bin", | ||
"url": "https://github.com/mainawycliffe/kamanda/releases/download/v{{version}}/kamanda_{{version}}_{{platform}}_{{arch}}.zip" | ||
} | ||
} | ||
} |