forked from smolgumball/bb-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstallManifest.txt
More file actions
162 lines (162 loc) · 5.25 KB
/
installManifest.txt
File metadata and controls
162 lines (162 loc) · 5.25 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"importRoot": "/bb-vue/",
"entryFile": "/bb-vue/examples/0-getting-started.js",
"manifestPaths": [
{
"repoPath": "/src/bb-vue/AppFactory.js",
"installPath": "/bb-vue/AppFactory.js"
},
{
"repoPath": "/src/bb-vue/ComponentManager.js",
"installPath": "/bb-vue/ComponentManager.js"
},
{
"repoPath": "/src/bb-vue/components/Button.js",
"installPath": "/bb-vue/components/Button.js"
},
{
"repoPath": "/src/bb-vue/components/concerns/useDraggableWin.js",
"installPath": "/bb-vue/components/concerns/useDraggableWin.js"
},
{
"repoPath": "/src/bb-vue/components/internal/AppRoot.js",
"installPath": "/bb-vue/components/internal/AppRoot.js"
},
{
"repoPath": "/src/bb-vue/components/internal/AppRoot.Styles.js",
"installPath": "/bb-vue/components/internal/AppRoot.Styles.js"
},
{
"repoPath": "/src/bb-vue/components/internal/AppTray.js",
"installPath": "/bb-vue/components/internal/AppTray.js"
},
{
"repoPath": "/src/bb-vue/components/internal/AppTrayGroup.js",
"installPath": "/bb-vue/components/internal/AppTrayGroup.js"
},
{
"repoPath": "/src/bb-vue/components/internal/ConsumerRoot.js",
"installPath": "/bb-vue/components/internal/ConsumerRoot.js"
},
{
"repoPath": "/src/bb-vue/components/internal/CssManager.js",
"installPath": "/bb-vue/components/internal/CssManager.js"
},
{
"repoPath": "/src/bb-vue/components/internal/ScriptX.js",
"installPath": "/bb-vue/components/internal/ScriptX.js"
},
{
"repoPath": "/src/bb-vue/components/internal/Win.js",
"installPath": "/bb-vue/components/internal/Win.js"
},
{
"repoPath": "/src/bb-vue/components/internal/WinManager.js",
"installPath": "/bb-vue/components/internal/WinManager.js"
},
{
"repoPath": "/src/bb-vue/components/internal/_resources.js",
"installPath": "/bb-vue/components/internal/_resources.js"
},
{
"repoPath": "/src/bb-vue/components/JsonDisplay.js",
"installPath": "/bb-vue/components/JsonDisplay.js"
},
{
"repoPath": "/src/bb-vue/components/LogDisplay.js",
"installPath": "/bb-vue/components/LogDisplay.js"
},
{
"repoPath": "/src/bb-vue/components/ObjectDisplay.js",
"installPath": "/bb-vue/components/ObjectDisplay.js"
},
{
"repoPath": "/src/bb-vue/components/Tabs.js",
"installPath": "/bb-vue/components/Tabs.js"
},
{
"repoPath": "/src/bb-vue/examples/0-getting-started.js",
"installPath": "/bb-vue/examples/0-getting-started.js"
},
{
"repoPath": "/src/bb-vue/examples/1-the-app-tray.js",
"installPath": "/bb-vue/examples/1-the-app-tray.js"
},
{
"repoPath": "/src/bb-vue/examples/2-events-and-communication.js",
"installPath": "/bb-vue/examples/2-events-and-communication.js"
},
{
"repoPath": "/src/bb-vue/examples/3-connecting-with-scripts.js",
"installPath": "/bb-vue/examples/3-connecting-with-scripts.js"
},
{
"repoPath": "/src/bb-vue/examples/4-complex-and-fun.js",
"installPath": "/bb-vue/examples/4-complex-and-fun.js"
},
{
"repoPath": "/src/bb-vue/lib.js",
"installPath": "/bb-vue/lib.js"
},
{
"repoPath": "/src/bb-vue/misc-examples/asciichart-collector.js",
"installPath": "/bb-vue/misc-examples/asciichart-collector.js"
},
{
"repoPath": "/src/bb-vue/misc-examples/asciichart-lib.js",
"installPath": "/bb-vue/misc-examples/asciichart-lib.js"
},
{
"repoPath": "/src/bb-vue/misc-examples/asciichart-ui.js",
"installPath": "/bb-vue/misc-examples/asciichart-ui.js"
},
{
"repoPath": "/src/bb-vue/misc-examples/svgchart-builder.js",
"installPath": "/bb-vue/misc-examples/svgchart-builder.js"
},
{
"repoPath": "/src/bb-vue/misc-examples/svgchart-ui.js",
"installPath": "/bb-vue/misc-examples/svgchart-ui.js"
},
{
"repoPath": "/src/bb-vue/MittLoader.js",
"installPath": "/bb-vue/MittLoader.js"
},
{
"repoPath": "/src/bb-vue/new-examples/0-getting-started.js",
"installPath": "/bb-vue/new-examples/0-getting-started.js"
},
{
"repoPath": "/src/bb-vue/new-examples/1-adding-components.js",
"installPath": "/bb-vue/new-examples/1-adding-components.js"
},
{
"repoPath": "/src/bb-vue/new-examples/2-writing-styles-scss.js",
"installPath": "/bb-vue/new-examples/2-writing-styles-scss.js"
},
{
"repoPath": "/src/bb-vue/new-examples/3-controlling-your-app.js",
"installPath": "/bb-vue/new-examples/3-controlling-your-app.js"
},
{
"repoPath": "/src/bb-vue/new-examples/4-sending-data-from-scripts.js",
"installPath": "/bb-vue/new-examples/4-sending-data-from-scripts.js"
},
{
"repoPath": "/src/bb-vue/new-examples/5-demo-app.js",
"installPath": "/bb-vue/new-examples/5-demo-app.js"
},
{
"repoPath": "/src/bb-vue/package.txt",
"installPath": "/bb-vue/package.txt"
},
{
"repoPath": "/src/bb-vue/SassLoader.js",
"installPath": "/bb-vue/SassLoader.js"
},
{
"repoPath": "/src/bb-vue/VueLoader.js",
"installPath": "/bb-vue/VueLoader.js"
}
]
}