forked from layrjs/layr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path@resource.json
88 lines (88 loc) · 3.05 KB
/
@resource.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"@import": "1place/js-repository#^0.1.0",
"entity": {
"@include": "./packages/entity"
},
"identity": {
"@include": "./packages/identity"
},
"layer": {
"@include": "./packages/layer"
},
"layerHTTPClient": {
"@include": "./packages/layer-http-client"
},
"layerHTTPServer": {
"@include": "./packages/layer-http-server"
},
"liaison": {
"@include": "./packages/liaison"
},
"model": {
"@include": "./packages/model"
},
"mongoDBStore": {
"@include": "./packages/mongodb-store"
},
"observable": {
"@include": "./packages/observable"
},
"reactIntegration": {
"@include": "./packages/react-integration"
},
"router": {
"@include": "./packages/router"
},
"storable": {
"@include": "./packages/storable"
},
"withRoles": {
"@include": "./packages/with-roles"
},
"counterExample": {
"@include": "./examples/counter"
},
"counterViaHTTPExample": {
"@include": "./examples/counter-via-http"
},
"hostedLayer": {
"@include": "./resources/hosted-layer"
},
"lambdaHostedLayer": {
"@include": "./resources/lambda-hosted-layer"
},
"website": {
"@include": "./website"
},
"link": {
"@type": "method",
"@run": [
"(@import shell/bash) run \"npm-link ./packages/entity\"",
"(@import shell/bash) run \"npm-link ./packages/entity/tests\"",
"(@import shell/bash) run \"npm-link ./packages/identity\"",
"(@import shell/bash) run \"npm-link ./packages/identity/tests\"",
"(@import shell/bash) run \"npm-link ./packages/layer\"",
"(@import shell/bash) run \"npm-link ./packages/layer/tests\"",
"(@import shell/bash) run \"npm-link ./packages/layer-http-client\"",
"(@import shell/bash) run \"npm-link ./packages/layer-http-server\"",
"(@import shell/bash) run \"npm-link ./packages/liaison\"",
"(@import shell/bash) run \"npm-link ./packages/model\"",
"(@import shell/bash) run \"npm-link ./packages/model/tests\"",
"(@import shell/bash) run \"npm-link ./packages/mongodb-store\"",
"(@import shell/bash) run \"npm-link ./packages/mongodb-store/tests\"",
"(@import shell/bash) run \"npm-link ./packages/observable\"",
"(@import shell/bash) run \"npm-link ./packages/observable/tests\"",
"(@import shell/bash) run \"npm-link ./packages/react-integration\"",
"(@import shell/bash) run \"npm-link ./packages/router\"",
"(@import shell/bash) run \"npm-link ./packages/storable\"",
"(@import shell/bash) run \"npm-link ./packages/storable/tests\"",
"(@import shell/bash) run \"npm-link ./packages/with-roles\"",
"(@import shell/bash) run \"npm-link ./examples/counter\"",
"(@import shell/bash) run \"npm-link ./examples/counter-via-http\"",
"(@import shell/bash) run \"npm-link ./resources/hosted-layer\"",
"(@import shell/bash) run \"npm-link ./resources/hosted-layer/example\"",
"(@import shell/bash) run \"npm-link ./resources/lambda-hosted-layer\"",
"(@import shell/bash) run \"npm-link ./resources/lambda-hosted-layer/examples/1\""
]
}
}