mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-31 20:52:17 +01:00
16 lines
230 B
JSON
16 lines
230 B
JSON
|
{
|
||
|
"name": "jquery-combobox",
|
||
|
"version": "1.1.2",
|
||
|
"main": "combobox.js",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"components",
|
||
|
"config.rb",
|
||
|
"post.php"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery": ">=1.8.0"
|
||
|
}
|
||
|
}
|