mirror of
https://github.com/zhigang1992/typeahead.js.git
synced 2026-01-12 17:53:05 +08:00
Add composer.json
This commit is contained in:
17
composer.json
Normal file
17
composer.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user