This repository has been archived by the owner on May 14, 2020. It is now read-only.
forked from richardscarrott/jquery-ui-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.5 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
48
49
50
{
"name": "jquery.rs.carousel",
"title": "jQuery RS Carousel",
"description": "jQuery RS Carousel is a responsive and touch-enabled carousel written on top of jQuery and the jQuery UI Widget Factory providing a full and familiar API in less than 2.6kB minified and gzipped",
"keywords": [
"jquery",
"carousel",
"touch",
"drag",
"slider",
"slideshow",
"cycle",
"responsive",
"ui",
"widget",
"rs"
],
"version": "1.0.1",
"author": {
"name": "Richard Scarrott",
"email": "[email protected]",
"url": "http://richardscarrott.co.uk"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"homepage": "https://github.com/richardscarrott/jquery-ui-carousel",
"bugs": "https://github.com/richardscarrott/jquery-ui-carousel/issues",
"demo": "http://www.richardscarrott.co.uk/assets/javascript/jquery/ui-carousel/demo/",
"docs": "http://richardscarrott.github.com/jquery-ui-carousel/",
"download": "https://github.com/richardscarrott/jquery-ui-carousel/archive/1.0.0.zip",
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-jshint": "0.1.x",
"grunt-contrib-uglify": "0.2.x",
"grunt-contrib-jasmine": "0.4.x",
"grunt-jquerymanifest": "0.1.x",
"underscore": "1.4.x",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-copy": "~0.4.1"
}
}