diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..3f116f7 --- /dev/null +++ b/composer.json @@ -0,0 +1,17 @@ +{ + "name": "twitter/typeahead.js", + "description": "fast and fully-featured autocomplete library", + "keywords": ["typeahead", "autocomplete"], + "homepage": "http://twitter.github.com/typeahead.js", + "authors": [ + { + "name": "Twitter Inc.", + "homepage": "https://twitter.com/twitteross" + } + ], + "support": { + "issues": "https://github.com/twitter/typeahead.js/issues" + }, + "author": "Twitter Inc.", + "license": "MIT" +}