-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.json
More file actions
48 lines (48 loc) · 1.41 KB
/
versions.json
File metadata and controls
48 lines (48 loc) · 1.41 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
{
"scripts": [
{
"name": "Flashlight",
"file": "Flashlight/Flashlight.js",
"description": "Simple multi-colour flashlight",
"version": "1.0.0",
"category": "Utility",
"author": "emericklaw"
},
{
"name": "Device Info",
"file": "DeviceInfo/DeviceInfo.js",
"description": "Device information display showing hardware details and memory statistics",
"version": "1.0.0",
"category": "System",
"author": "emericklaw"
},
{
"name": "Tone Generator",
"file": "ToneGenerator/ToneGenerator.js",
"description": "Tone generator that can play different frequencies/musical notes with customisable duration",
"version": "1.0.0",
"category": "Audio",
"author": "emericklaw"
},
{
"name": "OTA Installer",
"file": "OTAInstaller/OTAInstaller.js",
"description": "Over-The-Air installer for wireless downloading and updating of Bruce interpreter scripts",
"version": "1.0.0",
"category": "System",
"author": "emericklaw"
}
],
"metadata": {
"lastUpdated": "2025-10-10T00:00:00Z",
"repository": "https://github.com/emericklaw/Bruce-Interpreter-Scripts",
"baseUrl": "https://raw.githubusercontent.com/emericklaw/Bruce-Interpreter-Scripts/main/",
"totalScripts": 4,
"categories": [
"Utility",
"System",
"Audio"
],
"formatVersion": "1.0.0"
}
}