forked from wmh/jquery-scrollbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 869 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
{
"name": "jquery-scrollbox",
"version": "1.4.1",
"description": "A simple, lightweight jQuery plugin to scroll a list like carousel or traditional marquee.",
"homepage": "https://github.com/wmh/jquery-scrollbox",
"main": "jquery.scrollbox.js",
"repository": {
"type": "git",
"url": "https://github.com/wmh/jquery-scrollbox.git"
},
"keywords": [
"carousel",
"marquee",
"scroll"
],
"author": {
"name": "Hunter Wu",
"url": "https://github.com/wmh/",
"email": "hunter.wu@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/wmh/jquery-scrollbox/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/wmh/jquery-scrollbox/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-jshint": "~0.8.0"
}
}