diff --git a/.package.json b/.package.json new file mode 100644 index 0000000..a038c95 --- /dev/null +++ b/.package.json @@ -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 (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 +} \ No newline at end of file diff --git a/contributors.md b/contributors.md new file mode 100644 index 0000000..acf9e37 --- /dev/null +++ b/contributors.md @@ -0,0 +1,26 @@ +###### Contributors +[Scott Spence](https://github.com/spences10) +121 Commits / 16209++ / 11605-- +87.05% ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

+[Will Hurley](https://github.com/wjhurley) +9 Commits / 66++ / 66-- +06.47% ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

+[Sergio Ruiz](https://github.com/serginator) +3 Commits / 22++ / 4-- +02.16% ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

+[Millan Sanchez](https://github.com/masdc) +2 Commits / 5++ / 2-- +01.44% ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

+[Joshua Vaage](https://github.com/whaleen) +1 Commits / 1++ / 0-- +00.72% ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

+[Snyk bot](https://github.com/snyk-bot) +1 Commits / 19++ / 3-- +00.72% ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

+[Jade Thornton](https://github.com/Raindeer44) +1 Commits / 1++ / 2-- +00.72% ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

+[Paul Abrams](https://github.com/pabrams) +1 Commits / 3++ / 3-- +00.72% ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

+###### [Generated](https://github.com/jakeleboeuf/contributor) on Sun Sep 24 2017 08:15:22 GMT+0100 (GMT Summer Time) \ No newline at end of file diff --git a/package.json b/package.json index 82a7679..cf2af3b 100644 --- a/package.json +++ b/package.json @@ -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 + } + ] }