forked from metagame-xyz/evm-translator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
72 lines (72 loc) · 1.77 KB
/
.all-contributorsrc
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"files": [
"README.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"types": {
"contract-interpretation": {
"symbol": "🔀",
"description": "interpret a contract"
}
},
"skipCi": true,
"contributors": [
{
"login": "BrennerSpear",
"name": "Brenner Spear",
"avatar_url": "https://avatars.githubusercontent.com/u/12127609?v=4",
"profile": "https://rainbow.me/brenner.eth",
"contributions": [
"code",
"doc",
"contract-interpretation"
]
},
{
"login": "leojacob1",
"name": "leotheprocess",
"avatar_url": "https://avatars.githubusercontent.com/u/4212812?v=4",
"profile": "https://github.com/leojacob1",
"contributions": [
"code",
"doc",
"test",
"contract-interpretation"
]
},
{
"login": "m1guelpf",
"name": "Miguel Piedrafita",
"avatar_url": "https://avatars.githubusercontent.com/u/23558090?v=4",
"profile": "https://miguelpiedrafita.com/",
"contributions": [
"code"
]
},
{
"login": "alinurammar",
"name": "Ammar",
"avatar_url": "https://avatars.githubusercontent.com/u/59621105?v=4",
"profile": "https://github.com/alinurammar",
"contributions": [
"contract-interpretation"
]
},
{
"login": "carlosdp",
"name": "Carlos Diaz-Padron",
"avatar_url": "https://avatars.githubusercontent.com/u/198739?v=4",
"profile": "https://metaphor.xyz",
"contributions": [
"code"
]
}
],
"projectName": "evm-translator",
"projectOwner": "metagame-xyz",
"repoType": "github",
"repoHost": "https://github.com",
"commitConvention": "none"
}