-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
48 lines (48 loc) · 1.16 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
{
"name": "jcarousellite",
"title": "jCarousel Lite",
"description": "A jQuery carousel plugin based on jCarouselLite by Ganeshji Marwaha",
"version": "1.9.3",
"author": {
"name": "Karl Swedberg",
"email": "[email protected]"
},
"contributors": [
{
"name": "Ganeshji Marwaha",
"url": "http://gmarwaha.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/kswedberg/jquery-carousel-lite.git"
},
"homepage": "http://kswedberg.github.com/jquery-carousel-lite/",
"dependencies": {
"jquery": ">=1.4"
},
"devDependencies": {
"eslint-config-kswedberg": "^5.1.1",
"grunt": "^1.5.3",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^24.0.0",
"grunt-version": "^3.0.0",
"marked": "^4.1.0",
"node-syntaxhighlighter": "^0.8.1"
},
"licenses": [
{
"type": "MIT",
"url": "http://kswedberg.github.com/jquery-carousel-lite/blob/master/LICENSE-MIT"
}
],
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"carousel",
"slideshow"
]
}