Browse Source

Add contribute.json

tags/v1.0
Matt Baer 7 years ago
parent
commit
96bafb4614
1 changed files with 29 additions and 0 deletions
  1. +29
    -0
      static/contribute.json

+ 29
- 0
static/contribute.json View File

@@ -0,0 +1,29 @@
{
"name": "HTMLhouse",
"description": "An application for sharing HTML quickly.",
"repository": {
"url": "https://github.com/writeas/htmlhouse",
"license": "MIT"
},
"participate": {
"docs": "",
"irc": "irc://irc.freenode.net/writeas",
"irc-contacts": [
"thebaer"
]
},
"bugs": {
"list": "https://github.com/writeas/htmlhouse/issues",
"report": "https://github.com/writeas/htmlhouse/issues/new"
},
"urls": {
"prod": "https://html.house"
},
"keywords": [
"go",
"golang",
"less-css",
"html5",
"javascript"
]
}

Loading…
Cancel
Save