Initial commit
This commit is contained in:
commit
a83d102f23
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
node_modules/
|
5884
package-lock.json
generated
Normal file
5884
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
26
package.json
Normal file
26
package.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "gitea-jira",
|
||||
"version": "1.0.0",
|
||||
"description": "Tool for basic mirroring issues, tasks, and commits between Gitea and Jira",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.alanocull.com/triple-aaa-games/gitea-jira.git"
|
||||
},
|
||||
"keywords": [
|
||||
"gitea",
|
||||
"jira",
|
||||
"project",
|
||||
"management",
|
||||
"agile"
|
||||
],
|
||||
"author": "Alan O'Cull, Triple AAA Games",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"atlassian-connect-express": "^8.7.0",
|
||||
"express": "^4.18.2"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user