Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json35
1 files changed, 4 insertions, 31 deletions
diff --git a/package.json b/package.json
index 3d7424e91..dc2a6adc2 100644
--- a/package.json
+++ b/package.json
@@ -20,39 +20,10 @@
"type": "git",
"url": "https://github.com/ForkAwesome/Fork-Awesome.git"
},
- "contributors": [
- {
- "name": "Dave Gandy",
- "web": "http://twitter.com/davegandy"
- },
- {
- "name": "Brian Talbot",
- "web": "http://twitter.com/talbs"
- },
- {
- "name": "Travis Chase",
- "web": "http://twitter.com/supercodepoet"
- },
- {
- "name": "Rob Madole",
- "web": "http://twitter.com/robmadole"
- },
- {
- "name": "Geremia Taglialatela",
- "web": "http://twitter.com/gtagliala"
- },
- {
- "name": "Julien Deswaef",
- "web": "https://mastodon.social/@xuv"
- },
- {
- "name": "Micah Ilbery",
- "web": "https://mastodon.social/@micahilbery"
- }
- ],
"license": "(OFL-1.1 AND MIT)",
"dependencies": {},
"devDependencies": {
+ "all-contributors-cli": "^4.11.0",
"less": "^2.7.2",
"less-plugin-clean-css": "^1.5.1",
"svgo": "^1.0.4"
@@ -62,7 +33,9 @@
},
"scripts": {
"build": "bundle exec jekyll build",
- "dev": "bundle exec jekyll -w serve"
+ "dev": "bundle exec jekyll -w serve",
+ "contributors:add": "all-contributors add",
+ "contributors:generate": "all-contributors generate"
},
"main": [
"css/fork-awesome.min.css",