Skip to content

Commit

Permalink
Specifying the contents of the plugin manifest json file
Browse files Browse the repository at this point in the history
  • Loading branch information
geokongo committed Jul 1, 2016
1 parent 48aa991 commit 5a1b855
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions autosuggest.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "Autosuggest",
"title": "jQuery Autosuggest Plugin",
"description": "jQuery plugin for text input auto suggest and auto complete and type ahead for great user experience during text input.",
"keywords": [
"autosuggest",
"autocomplete",
"type ahead"
"jquery plugin"
],
"version": "0.0.1",
"author": {
"name": "Geoffrey Bans",
"url": "http://geoffreyoliver.com"
},
"maintainers": [
{
"name": "Geoffrey Bans",
"email": "geoffreybans@gmail.com",
"url": "http://geoffreyoliver.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/GeoffreyOliver/jquery-autosuggest/blob/master/LICENSE"
}
],
"bugs": "https://github.com/GeoffreyOliver/jquery-autosuggest/issues",
"homepage": "https://github.com/GeoffreyOliver/jquery-autosuggest",
"docs": "https://github.com/GeoffreyOliver/jquery-autosuggest",
"download": "http://code.jquery.com/#color",
"dependencies": {
"jquery": ">=1.5"
}
}

0 comments on commit 5a1b855

Please sign in to comment.