|
@@ -7,7 +7,7 @@
|
7
|
7
|
"test": "test"
|
8
|
8
|
},
|
9
|
9
|
"dependencies": {
|
10
|
|
- "cobox-crypto": "git+ssh://git@ledger-git.dyne.org:2240/CoBox/cobox-crypto.git#development",
|
|
10
|
+ "cobox-crypto": "git+https://ledger-git.dyne.org/cobox/cobox-crypto",
|
11
|
11
|
"debug": "^4.1.1",
|
12
|
12
|
"js-yaml": "^3.13.1",
|
13
|
13
|
"mkdirp": "^0.5.1",
|
|
@@ -30,13 +30,13 @@
|
30
|
30
|
},
|
31
|
31
|
"repository": {
|
32
|
32
|
"type": "git",
|
33
|
|
- "url": "git+https://github.com/coboxcoop/cobox-config.git"
|
|
33
|
+ "url": "git+https://ledger-git.dyne.org/cobox/cobox-config"
|
34
|
34
|
},
|
35
|
35
|
"keywords": [
|
36
|
36
|
"config",
|
37
|
37
|
"cobox"
|
38
|
38
|
],
|
39
|
|
- "author": "kyphae",
|
|
39
|
+ "author": "magma collective",
|
40
|
40
|
"license": "AGPL-3",
|
41
|
41
|
"bugs": {
|
42
|
42
|
"url": "https://github.com/coboxcoop/cobox-config/issues"
|