Add basic contribute.json

This commit is contained in:
Peter deHaan 2017-06-26 14:29:42 -07:00
parent a7fcb1a44f
commit 5d21c7c705
No known key found for this signature in database
GPG Key ID: F0FC6C01C6305097

27
public/contribute.json Normal file
View File

@ -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"
]
}