forked from kartik-v/dependent-dropdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 767 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "dependent-dropdown",
"version": "1.4.4",
"homepage": "https://github.com/kartik-v/dependent-dropdown",
"authors": [
"Kartik Visweswaran <[email protected]>"
],
"description": "A multi level dependent dropdown JQuery plugin that allows nested dependencies.",
"main": [
"./js/dependent-dropdown.min.js",
"./css/dependent-dropdown.min.css"
],
"keywords": [
"jquery",
"dependent",
"dropdown",
"select"
],
"dependencies": {
"jquery": ">= 1.9.0"
},
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"node_modules",
"composer.json",
"examples",
"bower_components",
"test",
"tests"
]
}