-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathfunding.json
More file actions
51 lines (48 loc) · 1.86 KB
/
Copy pathfunding.json
File metadata and controls
51 lines (48 loc) · 1.86 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
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Harsh Singh",
"email": "harshdoesdev@gmail.com",
"phone": "",
"description": "I am a software dev who loves building simple tools that solve simple problems. I started Shuru, an open-source task runner and version manager for Python and Node.js, built in Rust. I am also a core contributor to fastn, a programming language and full-stack framework that you can learn in an afternoon.",
"webpageUrl": {
"url": "https://harshdoesdev.github.io",
"wellKnown": "https://harshdoesdev.github.io/.well-known/funding-manifest-urls"
}
},
"projects": [{
"guid": "shuru-project",
"name": "Shuru",
"description": "An AI programming assistant, task runner and version manager for Node.js, written in Rust.",
"webpageUrl": {
"url": "https://shuru.run",
"wellKnown": ""
},
"repositoryUrl": {
"url": "https://github.com/shuru-project/shuru",
"wellKnown": "https://github.com/shuru-project/shuru/blob/main/.well-known/funding-manifest-urls"
},
"licenses": ["MIT"],
"tags": ["AI", "programming", "developer-tools", "ai-assistant"]
}],
"funding": {
"channels": [{
"guid": "buymeacoffee-harshdoesdev",
"type": "other",
"address": "https://buymeacoffee.com/harshdoesdev",
"description": ""
}],
"plans": [{
"guid": "buymeacoffee-harshdoesdev",
"status": "active",
"name": "Help Me Stay Caffeinated",
"description": "",
"amount": 0,
"currency": "USD",
"frequency": "other",
"channels": ["buymeacoffee-harshdoesdev"]
}]
}
}