forked from gonzedge/rambling.slider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.02 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
{
"name": "rambling.slider",
"version": "0.3.1",
"title": "jQuery Rambling Slider",
"author": {
"name": "Rambling Labs",
"email": "[email protected]"
"url": "http://ramblinglabs.com"
},
"licenses": [
{
"type": "MIT",
"url": "LICENSE"
}
],
"dependencies": {
"jquery": ">=1.3.0"
},
"description": "A CoffeeScript improved modified version of the jQuery Nivo Slider by Gilbert Pellegrom, which is 'The Most Awesome jQuery Image Slider'. It includes some new options and methods to give the slider the ability to adapt different image sizes, flash support and transition extensions.",
"keywords": [
"rambling",
"slider",
"image",
"content",
"animation",
"effects"
],
"homepage": "https://github.com/ramblinglabs/rambling.slider",
"contributors": [
],
"files": [
"lib/jquery.rambling.slider.js",
"lib/jquery.rambling.slider.min.js",
]
}