-
Notifications
You must be signed in to change notification settings - Fork 3
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
14195c1
commit e8a770b
Showing
2 changed files
with
31 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"licenser.author": "Mirco Sanguineti", | ||
"licenser.license": "MIT" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "git-oneflow", | ||
"version": "0.1.0", | ||
"description": "CLI tooling implementing GIT OneFlow branching model", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/msanguineti/git-oneflow.git" | ||
}, | ||
"keywords": [ | ||
"git", | ||
"oneflow", | ||
"branching", | ||
"model", | ||
"Adam", | ||
"Ruka" | ||
], | ||
"author": "Mirco Sanguineti", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/msanguineti/git-oneflow/issues" | ||
}, | ||
"homepage": "https://github.com/msanguineti/git-oneflow#readme" | ||
} |