forked from prevwong/craft.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
44 lines (44 loc) · 1019 Bytes
/
.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
{
"projectName": "craft.js",
"projectOwner": "prevwong",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"packages/core/README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"types": {
"proofread": {
"symbol": "🧐",
"description": "Proofreading.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
}
},
"contributors": [
{
"login": "prevwong",
"name": "Prev Wong",
"avatar_url": "https://avatars3.githubusercontent.com/u/16416929?v=4",
"profile": "https://github.com/prevwong",
"contributions": [
"code",
"design",
"doc",
"ideas",
"example"
]
},
{
"login": "azreenashah",
"name": "azreenashah",
"avatar_url": "https://avatars0.githubusercontent.com/u/26489181?v=4",
"profile": "https://github.com/azreenashah",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7
}