-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
39 lines (37 loc) · 806 Bytes
/
Copy pathlibrary.json
File metadata and controls
39 lines (37 loc) · 806 Bytes
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
{
"name": "u6502",
"version": "0.1.0",
"_comment": "^ also update meson.build",
"description": "6502 microprocessor emulaor for memory constrainted devices",
"keywords": ["emulation", "6502", "microprocessor", "8bit"],
"repository": {
"type": "git",
"url": "https://github.com/playfulkittykat/u6502.git"
},
"authors": [
{
"name": "Ian Piumarta",
"url": "https://www.piumarta.com/",
"maintainer": false
},
{
"name": "Shon Frazier",
"email": "shon@fyrestead.com",
"url": "https://shon.io/",
"maintainer": false
},
{
"name": "Bruce Hoult",
"email": "bruce@hoult.org",
"url": "https://hoult.org/bruce/",
"maintainer": false
},
{
"name": "Playful KittyKat",
"maintainer": true
}
],
"license": "MIT",
"frameworks": "*",
"platforms": "*"
}