-
Notifications
You must be signed in to change notification settings - Fork 1
/
builtins.apc
40 lines (40 loc) · 1.06 KB
/
builtins.apc
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
{
"ver":"0.0.2",
"format":"0.1.0",
"name":"builtins",
"local":"_APPLES_/builtins.apc",
"remote":"https://raw.githubusercontent.com/Gator-Boy11/APPLES/master/builtins.apc",
"collection":[
{
"type":"plugin",
"local":"_APPLES_/core.apm",
"remote":"https://raw.githubusercontent.com/Gator-Boy11/APPLES/master/core.apm"
},
{
"type":"plugin",
"local":"_APPLES_/terminal.apm",
"remote":"https://raw.githubusercontent.com/Gator-Boy11/APPLES/master/terminal.apm"
},
{
"type":"plugin",
"local":"_APPLES_/plugman.apm",
"remote":"https://raw.githubusercontent.com/Gator-Boy11/APPLES/master/plugman.apm"
},
{
"type":"file",
"local":"_APPLES_/README.md",
"remote":"https://raw.githubusercontent.com/Gator-Boy11/APPLES/master/README.md"
},
{
"type":"file",
"local":"_APPLES_/LICENSE",
"remote":"https://raw.githubusercontent.com/Gator-Boy11/APPLES/master/LICENSE"
},
{
"type":"file",
"local":"_APPLES_/apples.py",
"remote":"https://raw.githubusercontent.com/Gator-Boy11/APPLES/master/apples.py",
"protected":1
}
]
}