File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gitconvex" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " Git client for linux servers " ,
5
- "main" : " index .js" ,
4
+ "description" : " Git web UI client " ,
5
+ "main" : " server .js" ,
6
6
"scripts" : {
7
7
"start" : " node server.js" ,
8
8
"dev" : " nodemon server.js"
9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" :
" git+ssh://[email protected] /neel1996/gitconvex-server .git"
12
+ "url" :
" git+ssh://[email protected] /neel1996/gitconvex-package .git"
13
13
},
14
14
"keywords" : [
15
15
" gitconvex" ,
20
20
"author" : " unicorns" ,
21
21
"license" : " Apache License 2.0" ,
22
22
"bugs" : {
23
- "url" : " https://github.com/neel1996/gitconvex-server /issues"
23
+ "url" : " https://github.com/neel1996/gitconvex-package /issues"
24
24
},
25
- "homepage" : " https://github.com/neel1996/gitconvex-server #readme" ,
25
+ "homepage" : " https://github.com/neel1996/gitconvex-package #readme" ,
26
26
"dependencies" : {
27
27
"axios" : " ^0.19.2" ,
28
28
"child_process" : " ^1.0.2" ,
You can’t perform that action at this time.
0 commit comments