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
|
{
"components": {
"njmcphail/AutoRangePickers": {
"revno": 1,
"name": "njmcphail/AutoRangePickers",
"lpurl": "lp:~njmcphail/auto-range-pickers/auto-range-pickers",
"version": "1.0",
"type": [
"qml"
],
"description": "Provides AutoRangePicker and LabelledAutoRangePicker, components which make creation of numerical Pickers simple"
},
"sil/GetHomeDir": {
"lpurl": "lp:~sil/+junk/GetHomeDir",
"revno": 2,
"type": [
"binary"
],
"name": "sil/GetHomeDir",
"description": "Provides a Launcher{} Item with a gethomepath() method that returns the path to the home dir. Built as a test: do not use."
},
"sil/GenericPodcastApp": {
"revno": 3,
"name": "sil/GenericPodcastApp",
"lpurl": "lp:~sil/+junk/GenericPodcastApp",
"version": "1.0",
"type": [
"qml"
],
"description": "A component which manages a podcast RSS feed, with playback and display of episodes"
},
"sil/CommandExec": {
"revno": 1,
"name": "sil/CommandExec",
"lpurl": "lp:~sil/+junk/CommandExec",
"version": "1.0",
"type": [
"binary"
],
"description": "Provides a Launcher object with a launch method that runs a command and returns the output"
}
}
}
|