From b65d5ccf4883f1c436a57d532b81524677db6ff9 Mon Sep 17 00:00:00 2001 From: Tomas Kirda Date: Sun, 20 Jan 2013 20:10:36 -0600 Subject: [PATCH] Add package manifest. --- autocomplete.jquery.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 autocomplete.jquery.json diff --git a/autocomplete.jquery.json b/autocomplete.jquery.json new file mode 100644 index 0000000..28f350b --- /dev/null +++ b/autocomplete.jquery.json @@ -0,0 +1,28 @@ +{ + "name": "Autocomplete", + "title": "DevBridge Autocomplete", + "description": "Autocomplete provides suggestions while you type into the text field. ", + "keywords": [ + "ajax", + "autocomplete" + ], + "version": "1.2.2", + "author": { + "name": "Tomas Kirda", + "url": "https://github.com/tkirda" + }, + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/devbridge/jQuery-Autocomplete/blob/master/license.txt" + } + ], + "bugs": "https://github.com/devbridge/jQuery-Autocomplete/issues?state=open", + "homepage": "https://github.com/devbridge/jQuery-Autocomplete", + "docs": "https://github.com/devbridge/jQuery-Autocomplete", + "demo": "http://www.devbridge.com/projects/autocomplete/jquery/", + "download": "https://github.com/devbridge/jQuery-Autocomplete/tree/master/dist", + "dependencies": { + "jquery": ">=1.7" + } +} \ No newline at end of file