-
Notifications
You must be signed in to change notification settings - Fork 2
/
queueslider.jquery.json
41 lines (41 loc) · 1.03 KB
/
queueslider.jquery.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
{
"name": "queueslider",
"title": "QueueSlider",
"description": "QueueSlider is another jQuery slider plugin for variable width images.",
"version": "1.2.6",
"bugs": "https://github.com/danielkorte/QueueSlider/issues",
"docs": "https://github.com/danielkorte/QueueSlider",
"demo": "https://danielkorte.github.io/QueueSlider/",
"author": {
"name": "Daniel Korte",
"url": "https://www.danielkorte.com"
},
"repository": {
"type": "git",
"url": "git://github.com/danielkorte/QueueSlider.git"
},
"licenses": [
{
"type": "MIT",
"description": "Free to use and abuse under the MIT license.",
"url": "https://opensource.org/licenses/mit-license.php"
}
],
"scripts": {
"test": "grunt jshint"
},
"dependencies": {
"jquery": ">=1.8.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"matchdep": "~0.3.0"
},
"keywords": [
"customizable",
"slider"
]
}