From 11a95bc90be1a855b5aa63622dda89a82d7c3a19 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 16 Apr 2015 20:18:37 -0700 Subject: [PATCH] adding a contribute.json --- LICENSE | 6 +++--- contribute.json | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 contribute.json diff --git a/LICENSE b/LICENSE index 166ee35..53aa439 100644 --- a/LICENSE +++ b/LICENSE @@ -11,9 +11,9 @@ are permitted provided that the following conditions are met: notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - 3. Neither the name of mincss nor the names of its contributors may be used - to endorse or promote products derived from this software without - specific prior written permission. + 3. Neither the name of Peter Bengtsson nor the names of its contributors + may be used to endorse or promote products derived from this + software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED diff --git a/contribute.json b/contribute.json new file mode 100644 index 0000000..8f55fef --- /dev/null +++ b/contribute.json @@ -0,0 +1,26 @@ +{ + "name": "Autocompeter", + "description": "A really fast AJAX autocomplete service and widget", + "repository": { + "url": "https://github.com/peterbe/autocompeter", + "license": "BSD", + "tests": "https://travis-ci.org/peterbe/autocompeter/" + }, + "participate": { + "home": "https://autocompeter.com", + "docs": "http://autocompeter.readthedocs.org/" + }, + "bugs": { + "list": "https://github.com/peterbe/autocompeter/issues", + "report": "https://github.com/peterbe/autocompeter/issues/new" + }, + "urls": { + "prod": "https://autocompeter.com", + }, + "keywords": [ + "go", + "redis", + "javascript", + "scss" + ] +}