|
@@ -0,0 +1,10 @@
|
|
|
+{
|
|
|
+ "files": ["README.md"],
|
|
|
+ "imageSize": 100,
|
|
|
+ "contributorsPerLine": 7,
|
|
|
+ "contributorsSortAlphabetically": false,
|
|
|
+ "badgeTemplate": "[](#contributors)",
|
|
|
+ "contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
|
|
|
+ "skipCi": "true",
|
|
|
+ "contributors": []
|
|
|
+}
|