Add basic contribute.json
This commit is contained in:
parent
a7fcb1a44f
commit
5d21c7c705
|
@ -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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue