-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 KB
/
package.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
33
34
35
36
37
38
39
{
"name": "dependent-dropdown",
"version": "1.4.9",
"homepage": "https://github.com/kartik-v/dependent-dropdown",
"authors": [
"Kartik Visweswaran <kartikv2@gmail.com>"
],
"description": "A multi level dependent dropdown JQuery plugin that allows nested dependencies.",
"repository": {
"type": "git",
"url": "https://github.com/kartik-v/dependent-dropdown.git"
},
"bugs": {
"url": "https://github.com/kartik-v/dependent-dropdown/issues"
},
"keywords": [
"jquery",
"dependent",
"dropdown",
"select"
],
"dependencies": {
"jquery": ">= 1.9.0",
"opencollective-postinstall": "^2.0.2"
},
"main": "./js/dependent-dropdown.js",
"style": "./css/dependent-dropdown.css",
"peerDependencies": {
"jquery": ">= 1.9.0"
},
"license": "BSD-3-Clause",
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/dependent-dropdown"
},
"scripts": {
"postinstall": "opencollective-postinstall || true"
}
}