Browse Source
docs: create .all-contributorsrc [skip ci]
pull/23/head
allcontributors[bot]
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
26 additions and
0 deletions
-
.all-contributorsrc
|
|
|
@ -0,0 +1,26 @@ |
|
|
|
{ |
|
|
|
"files": [ |
|
|
|
"README.md" |
|
|
|
], |
|
|
|
"imageSize": 100, |
|
|
|
"commit": false, |
|
|
|
"contributors": [ |
|
|
|
{ |
|
|
|
"login": "beaussan", |
|
|
|
"name": "Nicolas Beaussart", |
|
|
|
"avatar_url": "https://avatars0.githubusercontent.com/u/7281023?v=4", |
|
|
|
"profile": "https://github.com/beaussan", |
|
|
|
"contributions": [ |
|
|
|
"code", |
|
|
|
"ideas", |
|
|
|
"test" |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"contributorsPerLine": 7, |
|
|
|
"projectName": "nbx", |
|
|
|
"projectOwner": "beaussan", |
|
|
|
"repoType": "github", |
|
|
|
"repoHost": "https://github.com", |
|
|
|
"skipCi": true |
|
|
|
} |