From 5d21c7c70512d6077962128f31de206085b2ae25 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Mon, 26 Jun 2017 14:29:42 -0700 Subject: [PATCH] Add basic contribute.json --- public/contribute.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 public/contribute.json diff --git a/public/contribute.json b/public/contribute.json new file mode 100644 index 00000000..696d78b4 --- /dev/null +++ b/public/contribute.json @@ -0,0 +1,27 @@ +{ + "name": "portal-alpha", + "description": "File Sharing Experiment", + "repository": { + "url": "https://github.com/mozilla/something-awesome/", + "license": "MPL-2.0" + }, + "participate": { + "home": "https://github.com/mozilla/something-awesome/blob/master/README.md", + "docs": "https://github.com/mozilla/something-awesome/blob/master/README.md" + }, + "bugs": { + "list": "https://github.com/mozilla/something-awesome/issues", + "report": "https://github.com/mozilla/something-awesome/issues/new" + }, + "urls": { + "prod": "https://fileshare.stage.mozaws.net/", + "stage": "https://fileshare.stage.mozaws.net/", + "dev": "https://p2p.dev.lcip.org/" + }, + "keywords": [ + "JavaScript", + "jQuery", + "Node", + "P2P" + ] +}