Add composer.json

This commit is contained in:
alcaeus
2013-07-14 10:20:53 +02:00
parent 244e1e5e00
commit 2dbf80c316

17
composer.json Normal file
View File

@@ -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"
}