-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequire.remote.json
More file actions
39 lines (39 loc) · 950 Bytes
/
require.remote.json
File metadata and controls
39 lines (39 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"schema": "https://remote.schema.metamodule.org/1.0.1",
"remote": [
{
"name": "schema",
"url": "http://schema.metamodule.org/1.0.1"
},
{
"name": "documentation",
"protocol": "http",
"url": "ocr-pdf.metamodules.org"
},
{
"name":"subversion",
"type": "git",
"url": "https://github.com/meta-modules/ocr-pdf.git"
},
{
"name":"subversion",
"protocol": "git",
"url": "https://github.com/meta-modules/ocr-pdf.git"
},
{
"name":"docker for test environment",
"protocol": "http",
"url": "https://hub.docker.com/r/andrewmackrodt/nodejs"
},
{
"name":"docker for remote environment",
"protocol": "http",
"url": "https://hub.docker.com/r/andrewmackrodt/nodejs"
},
{
"name":"docker for production",
"protocol": "http",
"url": "https://hub.docker.com/r/andrewmackrodt/nodejs"
}
]
}