-
Notifications
You must be signed in to change notification settings - Fork 107
/
package.json
37 lines (35 loc) · 979 Bytes
/
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
{
"name": "jquery.jcarousellite",
"title": "jCarouselLite",
"description": "A light weight carousel plugin for jquery. This is the original jCarouselLite.",
"version": "1.1.0",
"author": {
"name": "Ganeshji Marwaha",
"url": "http://www.gmarwaha.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/ganeshmax/jCarouselLite.git"
},
"bugs": "https://github.com/ganeshmax/jcarousellite/issues",
"homepage": "http://www.gmarwaha.com/jquery/jcarousellite/",
"dependencies": {
"jquery": ">=1.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-compress": "^0.12.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ganeshmax/jcarousellite/blob/master/LICENSE"
}
],
"keywords": [
"jQuery",
"carousel",
"slideshow"
]
}