mirror of
https://github.com/zhigang1992/typeahead.js.git
synced 2026-05-12 06:26:31 +08:00
Conflicts: Gruntfile.js src/css/typeahead.css src/dropdown_view.js src/input_view.js src/typeahead_view.js test/typeahead_view_spec.js
11 lines
138 B
JSON
11 lines
138 B
JSON
{
|
|
"name": "typeahead.js",
|
|
"version": "0.8.1",
|
|
"main": [
|
|
"dist/typeahead.js"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "~1.9"
|
|
}
|
|
}
|