Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Add contributors 👌
Browse files Browse the repository at this point in the history
Closes #85

Thanks to all contributors
  • Loading branch information
spences10 committed Sep 24, 2017
1 parent bcf46fa commit 9a9dd48
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 2 deletions.
41 changes: 41 additions & 0 deletions .package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "twitter-bot-bootstrap",
"version": "0.2.1",
"description": "A bootstrap for a twitter bot!",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "snyk test && node index.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect",
"deploy": "now -E"
},
"now": {
"alias": "twitter-bot-bootstrap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spences10/twitter-bot-bootstrap.git"
},
"keywords": [
"twitter",
"bot",
"bootstrap"
],
"author": "Scott Spence <spences10apps@gmail.com> (https://blog.scottspence.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/spences10/twitter-bot-bootstrap/issues"
},
"homepage": "https://github.com/spences10/twitter-bot-bootstrap#readme",
"devDependencies": {
"contributor": "0.1.25"
},
"dependencies": {
"dotenv": "4.0.0",
"snyk": "1.40.2",
"twit": "2.2.9",
"unique-random-array": "1.0.0"
},
"snyk": true
}
26 changes: 26 additions & 0 deletions contributors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
###### Contributors
[Scott Spence](https://github.com/spences10)
<font color="#999">121 Commits</font> / <font color="#6cc644">16209++</font> / <font color="#bd3c00"> 11605--</font>
<font color="#dedede">87.05%&nbsp;<font color="#dedede">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><font color="#f4f4f4">||||||||||||||||||||||</font><br><br>
[Will Hurley](https://github.com/wjhurley)
<font color="#999">9 Commits</font> / <font color="#6cc644">66++</font> / <font color="#bd3c00"> 66--</font>
<font color="#dedede">06.47%&nbsp;<font color="#dedede">|||||||||||</font><font color="#f4f4f4">|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
[Sergio Ruiz](https://github.com/serginator)
<font color="#999">3 Commits</font> / <font color="#6cc644">22++</font> / <font color="#bd3c00"> 4--</font>
<font color="#dedede">02.16%&nbsp;<font color="#dedede">|||</font><font color="#f4f4f4">|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
[Millan Sanchez](https://github.com/masdc)
<font color="#999">2 Commits</font> / <font color="#6cc644">5++</font> / <font color="#bd3c00"> 2--</font>
<font color="#dedede">01.44%&nbsp;<font color="#dedede">||</font><font color="#f4f4f4">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
[Joshua Vaage](https://github.com/whaleen)
<font color="#999">1 Commits</font> / <font color="#6cc644">1++</font> / <font color="#bd3c00"> 0--</font>
<font color="#dedede">00.72%&nbsp;<font color="#dedede">|</font><font color="#f4f4f4">|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
[Snyk bot](https://github.com/snyk-bot)
<font color="#999">1 Commits</font> / <font color="#6cc644">19++</font> / <font color="#bd3c00"> 3--</font>
<font color="#dedede">00.72%&nbsp;<font color="#dedede">|</font><font color="#f4f4f4">|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
[Jade Thornton](https://github.com/Raindeer44)
<font color="#999">1 Commits</font> / <font color="#6cc644">1++</font> / <font color="#bd3c00"> 2--</font>
<font color="#dedede">00.72%&nbsp;<font color="#dedede">|</font><font color="#f4f4f4">|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
[Paul Abrams](https://github.com/pabrams)
<font color="#999">1 Commits</font> / <font color="#6cc644">3++</font> / <font color="#bd3c00"> 3--</font>
<font color="#dedede">00.72%&nbsp;<font color="#dedede">|</font><font color="#f4f4f4">|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
###### [Generated](https://github.com/jakeleboeuf/contributor) on Sun Sep 24 2017 08:15:22 GMT+0100 (GMT Summer Time)
80 changes: 78 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,88 @@
"url": "https://github.com/spences10/twitter-bot-bootstrap/issues"
},
"homepage": "https://github.com/spences10/twitter-bot-bootstrap#readme",
"devDependencies": {},
"devDependencies": {
"contributor": "0.1.25"
},
"dependencies": {
"dotenv": "4.0.0",
"snyk": "1.40.2",
"twit": "2.2.9",
"unique-random-array": "1.0.0"
},
"snyk": true
"snyk": true,
"contributors": [
{
"name": "Will Hurley",
"email": null,
"url": "https://github.com/wjhurley",
"contributions": 9,
"additions": 66,
"deletions": 66,
"hireable": true
},
{
"name": "Joshua Vaage",
"email": null,
"url": "https://github.com/whaleen",
"contributions": 1,
"additions": 1,
"deletions": 0,
"hireable": true
},
{
"name": "Snyk bot",
"email": null,
"url": "https://github.com/snyk-bot",
"contributions": 1,
"additions": 19,
"deletions": 3,
"hireable": null
},
{
"name": "Jade Thornton",
"email": null,
"url": "https://github.com/Raindeer44",
"contributions": 1,
"additions": 1,
"deletions": 2,
"hireable": true
},
{
"name": "Scott Spence",
"email": null,
"url": "https://github.com/spences10",
"contributions": 121,
"additions": 16209,
"deletions": 11605,
"hireable": true
},
{
"name": "Sergio Ruiz",
"email": null,
"url": "https://github.com/serginator",
"contributions": 3,
"additions": 22,
"deletions": 4,
"hireable": null
},
{
"name": "Paul Abrams",
"email": null,
"url": "https://github.com/pabrams",
"contributions": 1,
"additions": 3,
"deletions": 3,
"hireable": null
},
{
"name": "Millan Sanchez",
"email": null,
"url": "https://github.com/masdc",
"contributions": 2,
"additions": 5,
"deletions": 2,
"hireable": null
}
]
}

0 comments on commit 9a9dd48

Please sign in to comment.