-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.js
More file actions
40 lines (37 loc) · 2.02 KB
/
Copy pathindex.js
File metadata and controls
40 lines (37 loc) · 2.02 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
exports.extensionInfo = {
extensionType: 'widget'
};
exports.runtimeAngularModulesRequires = ["groupy-ng",
"latch-ng",
"gate-ng",
"billboard-ng",
"tracer-ng",
"mapper-ng",
"metagetta-ng",
"finder-ng",
"bouncer-ng",
"turntable-ng",
"flipflop-ng",
"pressuregauge-ng",
"incrementer-ng",
"logic-ng",
"abswitch-ng",
"fieldgetter-ng",
"idresolution-ng",
"amp-ng",
"lighttube-ng",
"locator-ng",
//new - mainly alpha testing
"sxslplayer-ng",
"cart-ng",
"infodisplay-ng",
"compressor-ng",
"quantizer-ng",
"lister-ng",
"surfaceindicator-ng",
"multiline3D-ng",
"list3D-ng",
"progress3D-ng",
"zoi-ng",
"snooze-ng"
];