mirror of
https://github.com/zhigang1992/typeahead.js.git
synced 2026-06-02 15:18:21 +08:00
12 lines
164 B
JSON
12 lines
164 B
JSON
{
|
|
"name": "typeahead.js",
|
|
"version": "0.8.0",
|
|
"main": [
|
|
"dist/typeahead.css",
|
|
"dist/typeahead.js"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "~1.9"
|
|
}
|
|
}
|