forked from flyover/box2d.ts
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.all-contributorsrc
72 lines (72 loc) · 1.7 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,
"commit": false,
"contributors": [
{
"login": "erincatto",
"name": "Erin Catto",
"avatar_url": "https://avatars2.githubusercontent.com/u/7284063?v=4",
"profile": "http://box2d.org",
"contributions": [
"code"
]
},
{
"login": "flyover",
"name": "Isaac Burns",
"avatar_url": "https://avatars0.githubusercontent.com/u/1216696?v=4",
"profile": "http://flyovergames.com/",
"contributions": [
"code",
"platform"
]
},
{
"login": "Nek-",
"name": "Maxime Veber",
"avatar_url": "https://avatars1.githubusercontent.com/u/972456?v=4",
"profile": "http://nekland.fr/",
"contributions": [
"code"
]
},
{
"login": "finscn",
"name": "finscn",
"avatar_url": "https://avatars3.githubusercontent.com/u/288367?v=4",
"profile": "http://fins.iteye.com/",
"contributions": [
"code"
]
},
{
"login": "Lusito",
"name": "lusito",
"avatar_url": "https://avatars0.githubusercontent.com/u/1135267?v=4",
"profile": "https://github.com/Lusito",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "DanielHZhang",
"name": "Daniel Zhang",
"avatar_url": "https://avatars0.githubusercontent.com/u/30360288?v=4",
"profile": "https://github.com/DanielHZhang",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7,
"projectName": "box2d.ts",
"projectOwner": "Lusito",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "none"
}