Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

Commit

Permalink
adding a contribute.json
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Apr 17, 2015
1 parent 684feae commit 11a95bc
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 26 additions & 0 deletions contribute.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 11a95bc

Please sign in to comment.