-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.23 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
{
"author": {
"name": "Chuck Terry",
"email": "Chuck.Terry@Outlook.com",
"url": "https://chuckterry.me"
},
"bugs": {
"url": "https://github.com/ChuckTerry/et-3400-simulator/issues",
"email": "Chuck.Terry@Outlook.com"
},
"description": "A browser-based interactive simulator for the Heathkit® ET-3400 Microprocessor Trainer.",
"devDependencies": {
"eslint": "^8.56.0"
},
"funding":[
{
"type": "individual",
"url": "https://github.com/sponsors/ChuckTerry"
}
],
"homepage": "https://chuckterry.me/et-3400-simulator",
"keywords": [
"6800",
"CPU",
"Electronics",
"Emulator",
"ET-3400",
"Heathkit",
"MC6800",
"Machine Language",
"Microcomputer",
"Microprocessor",
"Programming",
"Simulator",
"Trainer"
],
"license": "MIT",
"main": "index.js",
"name": "et-3400-simulator",
"repository": {
"type": "git",
"url": "github:ChuckTerry/et-3400-simulator"
},
"scripts": {
"test": "echo \"Warning: No Tests run; None provided\" && exit 1"
},
"type": "module",
"version": "2.2.0",
"categories": [
"Education",
"Programming Languages",
"Testing",
"Visualization",
"Other"
],
"pricing": "Free"
}