-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
47 lines (47 loc) · 1.05 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
40
41
42
43
44
45
46
47
{
"name": "sudoslider",
"title": "SudoSlider - Content slider",
"main": "js/jquery.sudoSlider.js",
"description": "An extremely versitile content-slider",
"keywords": [
"slider",
"content-slider",
"jquery-plugin",
"ecosystem:jquery"
],
"repository": {
"type": "git",
"url": "git+https://github.com/webbiesdk/SudoSlider.git"
},
"version": "3.5.1",
"author": {
"name": "Erik Krogh Kristensen",
"url": "http://webbies.dk",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Erik Krogh Kristensen",
"url": "http://webbies.dk",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"bugs": {
"url": "https://github.com/webbiesdk/SudoSlider/issues"
},
"homepage": "http://webbies.dk/SudoSlider/",
"demo": "http://webbies.dk/SudoSlider/demos.html",
"dependencies": {
"jquery": ">=1.7"
}
}