-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.json
36 lines (36 loc) · 901 Bytes
/
composer.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
{
"name": "hiltonjanfield/jquery.enhsplitter",
"title": "jQuery Enhanced Splitter",
"description": "Creates a movable splitter to separate content and let the user resize at will, with optional quick-hide handles.",
"keywords": [
"splitter",
"ui",
"widget",
"resize"
],
"authors": [
{
"name": "Hilton Janfield",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "LGPLv3",
"url": "http://www.gnu.org/licenses/lgpl.html"
}
],
"repository": {
"type": "git",
"url": "https://github.com/hiltonjanfield/jquery.enhsplitter.git"
},
"homepage": "https://github.com/hiltonjanfield/jquery.enhsplitter",
"bugs": "https://github.com/hiltonjanfield/jquery.enhsplitter/issues",
"dependencies": {
"jquery": ">=1.8 || >=2.0"
},
"main": [
"js/jquery.enhsplitter.js",
"css/jquery.enhsplitter.css"
]
}